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

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

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

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