[Android] VideoPlayerActivity: show the overlay after onResume is called

Ludovic Fauvet git at videolan.org
Tue Sep 25 11:28:45 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Sep 25 01:43:04 2012 +0200| [96bf3477ffc419b3dd465d41a497f02c3c635e82] | committer: Ludovic Fauvet

VideoPlayerActivity: show the overlay after onResume is called

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=96bf3477ffc419b3dd465d41a497f02c3c635e82
---

 vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java |    2 ++
 1 file changed, 2 insertions(+)

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 62aa1c7..9f149f3 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -388,6 +388,8 @@ public class VideoPlayerActivity extends Activity {
                 mLibVLC.setTime(media.getTime());
         }
 
+        showOverlay();
+
         super.onResume();
     }
 



More information about the Android mailing list