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

Commit 4ebbabda authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 192cbbad: Fix audio track pause.

* commit '192cbbad':
  Fix audio track pause.
parents c3c044ab 192cbbad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -491,6 +491,7 @@ void AudioTrack::pause()
    AutoMutex lock(mLock);
    if (mActive) {
        mActive = false;
        mCblk->cv.signal();
        mAudioTrack->pause();
    }
}