[Android] Revert "Workaround for the double-click issue on HTC devices"
Ludovic Fauvet
git at videolan.org
Mon Nov 5 15:42:23 CET 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Nov 5 15:41:59 2012 +0100| [5e3f8e3b4f00d1d1dd4ad990e52e7ff4279ec6d7] | committer: Ludovic Fauvet
Revert "Workaround for the double-click issue on HTC devices"
This reverts commit c5af06483a9bb254cfb7fab27773bfba9e500984.
Doesn't work.
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=5e3f8e3b4f00d1d1dd4ad990e52e7ff4279ec6d7
---
vlc-android/src/org/videolan/vlc/RemoteControlClientReceiver.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/vlc-android/src/org/videolan/vlc/RemoteControlClientReceiver.java b/vlc-android/src/org/videolan/vlc/RemoteControlClientReceiver.java
index f12d465..b87fbed 100644
--- a/vlc-android/src/org/videolan/vlc/RemoteControlClientReceiver.java
+++ b/vlc-android/src/org/videolan/vlc/RemoteControlClientReceiver.java
@@ -114,10 +114,8 @@ public class RemoteControlClientReceiver extends BroadcastReceiver {
break;
}
- if(i != null) {
+ if(i != null)
context.sendBroadcast(i);
- abortBroadcast();
- }
}
}
}
More information about the Android
mailing list