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

Commit e0b5cf7e authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in comment" into lmp-dev

parents 111333ea 44d3281b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -543,7 +543,7 @@ void NuPlayerDriver::notifySeekComplete_l() {
        // no need to notify listener
        // no need to notify listener
        return;
        return;
    }
    }
    // note: notifyListener called with lock held
    // note: notifyListener called with lock released
    mLock.unlock();
    mLock.unlock();
    notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED);
    notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED);
    mLock.lock();
    mLock.lock();