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

Commit e4c62719 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

Change-Id: If31845ad9e9d0527f85c2b6013be34765b619716
parents ec921c7f a95f23bd
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();
            }