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

Commit eef618bb authored by Wei Jia's avatar Wei Jia Committed by android-build-merger
Browse files

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

am: e4c62719

Change-Id: I1c0d202e0a6ff261a85fa59f1952a2671d04e384
parents f865a981 e4c62719
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();
            }