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

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

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

* commit '1e8a57c2':
  Avoid jumps to faulty position after seeks
parents 3eccdde9 1e8a57c2
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();
    }