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

Commit a238b9b4 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 07634f1f: am cbf9e91a: am 1e8a57c2: Merge "Avoid jumps to faulty position after seeks"

* commit '07634f1f':
  Avoid jumps to faulty position after seeks
parents b1c8d9fb 07634f1f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2096,7 +2096,10 @@ void AwesomePlayer::onCheckAudioStatus() {
            mSeekNotificationSent = true;
        }

        if (mVideoSource == NULL) {
            // For video the mSeeking flag is always reset in finishSeekIfNecessary
            mSeeking = NO_SEEK;
        }

        notifyIfMediaStarted_l();
    }