[Android] Improve comment for ContentLinearLayout
Geoffrey Métais
git at videolan.org
Thu Oct 29 18:19:14 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Oct 29 18:18:54 2015 +0100| [b7bb77d6a6827831105ca15f50176a7d5912b8b6] | committer: Geoffrey Métais
Improve comment for ContentLinearLayout
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b7bb77d6a6827831105ca15f50176a7d5912b8b6
---
vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java b/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java
index 2c7b88d..25b5aab 100644
--- a/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java
+++ b/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java
@@ -30,8 +30,7 @@ import com.android.widget.SlidingPaneLayout;
/**
* This class extends the linear layout class and override its onInterceptTouchEvent
* method to intercept the touch events that should not be handled by its children.
- * This is necessary since else the layout children receive events even if the
- * audio player is displayed just under the touch event position.
+ * This is necessary for the audioplayer to get the swipe events for next/previous skip.
*/
public class ContentLinearLayout extends LinearLayout {
More information about the Android
mailing list