[Android] Keep note of the bug number

Edward Wang git at videolan.org
Tue Oct 29 20:24:54 CET 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Oct 29 15:24:43 2013 -0400| [c42eeb5f680e3a7b1491fbaf667b5a2012da57b3] | committer: Edward Wang

Keep note of the bug number

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

 vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java |    3 ++-
 1 file changed, 2 insertions(+), 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 9e73d06..2b0ca55 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -642,7 +642,8 @@ public class VideoPlayerActivity extends Activity implements IVideoPlayer {
                 case EventHandler.MediaPlayerPlaying:
                     Log.i(TAG, "MediaPlayerPlaying");
                     activity.showOverlay();
-                    /** FIXME: update the track list when it changes during the playback. */
+                    /** FIXME: update the track list when it changes during the
+                     *  playback. (#7540) */
                     activity.setESTrackLists(true);
                     activity.setESTracks();
                     break;



More information about the Android mailing list