[Android] VideoPlayerActivity: clarify variable

Jean-Baptiste Kempf jb at videolan.org
Mon Jul 7 03:14:36 CEST 2014


On 07 Jul, Edward Wang wrote :
> vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Jul  6 20:15:15 2014 -0400| [6e584e5e38ce7c8f80ae3f430850f03cd34c1d54] | committer: Edward Wang
> 
> VideoPlayerActivity: clarify variable
> 
> > http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6e584e5e38ce7c8f80ae3f430850f03cd34c1d54
> ---
> 
>  .../org/videolan/vlc/gui/video/VideoPlayerActivity.java  |   14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> 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 c1c70b1..d456704 100644
> --- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
> +++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
> @@ -236,7 +236,7 @@ public class VideoPlayerActivity extends Activity implements IVideoPlayer {
>  
>      // Navigation handling (DVD, Blu-Ray...)
>      private ImageButton mNavMenu;
> -    private boolean mHasNav = false;
> +    private boolean mHasChapters = false;

This is wrong: NAV is not chapters.
Navigation means menu-clickable, not chapters.

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the Android mailing list