[Android] resize video button is hidden with all others
Geoffrey Métais
git at videolan.org
Fri Dec 19 19:41:07 CET 2014
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Dec 19 19:39:40 2014 +0100| [b0fc44a2fa8fcb15e921b7a2d3d8bbd6eae878e7] | committer: Geoffrey Métais
resize video button is hidden with all others
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b0fc44a2fa8fcb15e921b7a2d3d8bbd6eae878e7
---
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
index 932c47c..e219fc2 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -2057,7 +2057,6 @@ public class VideoPlayerActivity extends ActionBarActivity implements IVideoPlay
mTracks.setVisibility(View.INVISIBLE);
if (mAdvOptions !=null)
mAdvOptions.setVisibility(View.INVISIBLE);
- mSize.setVisibility(View.INVISIBLE);
mShowing = false;
dimStatusBar(true);
} else if (!fromUser) {
More information about the Android
mailing list