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

Commit 44d3281b authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix typo in comment

Bug: 14057920
Change-Id: I51c4d47b9e175ef789ed3c51d59c9eda77edc1e0
parent 4deb606b
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();