[Android] [PATCH 0/2] Video Player: fix NavBar not hidden sometimes

Thomas Guillem thomas.guillem at gmail.com
Fri Oct 3 17:42:41 CEST 2014


Hello,

It seems that you can't hide the NavBar if you previously showed it on the last
1-2 seconds.

The way to fix it is a little hacky. I don't know if there is a bug in the
Android system UI or if it's the way it is. I checked how Google apps show/hide
NavBar on fullscreen. It seems that Google Youtube has the same problem than
VLC. So I decided to do like Youtube do, that is: hide the NavBar, then try to
hide it again after a few seconds (when we receive the FADE_OUT msg in our
case).

I spend a lot of times trying to do a better fix but when I saw that Google
apps didn't fix that problem too, I let it down (sorry).

Best regards,
Thomas Guillem.


Thomas Guillem (2):
  Video Player: always set FLAG_LOW_PROFILE on hide
  Video Player: fix Nav Bar not hidden sometimes

 .../src/org/videolan/vlc/gui/video/VideoPlayerActivity.java  | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

-- 
2.1.0



More information about the Android mailing list