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

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

Merge "MediaPlayer2: fix out-of-order pause for skipToNext" into qt-dev

parents cd7b9b71 98359848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ public class MediaPlayer2 implements AutoCloseable, AudioRouting {
            @Override
            void process() {
                if (getState() == PLAYER_STATE_PLAYING) {
                    pause();
                    native_pause();
                }
                playNextDataSource();
            }