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

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

am e0b5cf7e: Merge "Fix typo in comment" into lmp-dev

* commit 'e0b5cf7e':
  Fix typo in comment
parents 56b350ea e0b5cf7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -543,7 +543,7 @@ void NuPlayerDriver::notifySeekComplete_l() {
        // no need to notify listener
        return;
    }
    // note: notifyListener called with lock held
    // note: notifyListener called with lock released
    mLock.unlock();
    notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED);
    mLock.lock();