Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3690bbad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update the playback UI any time the state changes" into qt-dev

parents e9d565a4 7d5c97ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ public class NotificationMediaTemplateViewWrapper extends NotificationTemplateVi
        @Override
        public void onPlaybackStateChanged(PlaybackState state) {
            if (state.getState() != PlaybackState.STATE_PLAYING) {
                // Update the UI once, in case playback info changed while we were paused
                mUpdatePlaybackUi.run();
                clearTimer();
            } else if (mSeekBarTimer == null) {
                startTimer();