[Android] Audio player: fix the wrong update of the GUI when switching from the VideoPlayerActivity
Adrien Maglo
git at videolan.org
Thu Feb 20 18:57:53 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Feb 20 18:55:35 2014 +0100| [f0f0983da36461f827265e3f84d6317522a4553c] | committer: Adrien Maglo
Audio player: fix the wrong update of the GUI when switching from the VideoPlayerActivity
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f0f0983da36461f827265e3f84d6317522a4553c
---
vlc-android/src/org/videolan/vlc/AudioService.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/src/org/videolan/vlc/AudioService.java b/vlc-android/src/org/videolan/vlc/AudioService.java
index 413df73..87d9685 100644
--- a/vlc-android/src/org/videolan/vlc/AudioService.java
+++ b/vlc-android/src/org/videolan/vlc/AudioService.java
@@ -1181,6 +1181,7 @@ public class AudioService extends Service {
// Notify everyone
mHandler.sendEmptyMessage(SHOW_PROGRESS);
showNotification();
+ determinePrevAndNextIndices();
executeUpdate();
executeUpdateProgress();
}
More information about the Android
mailing list