[Android] Deactivate the context menu for the night, until un-breakage
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 21 00:11:04 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 21 00:10:31 2012 +0200| [b86bd67a7367614eec68f7707c7f199134d43400] | committer: Jean-Baptiste Kempf
Deactivate the context menu for the night, until un-breakage
This is due to the fragment change. :)
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=b86bd67a7367614eec68f7707c7f199134d43400
---
vlc-android/src/org/videolan/vlc/gui/video/VideoListActivity.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoListActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoListActivity.java
index 2d2d506..42bdbdc 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoListActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoListActivity.java
@@ -87,7 +87,7 @@ public class VideoListActivity extends SherlockListFragment implements ISortable
mThumbnailerManager = new ThumbnailerManager(this);
setListAdapter(mVideoAdapter);
- getListView().setOnCreateContextMenuListener(contextMenuListener);
+ //getListView().setOnCreateContextMenuListener(contextMenuListener);
}
@Override
More information about the Android
mailing list