Lock in PSMP was not properly released

This commit is contained in:
daniel oeh 2014-09-29 17:40:51 +02:00
parent 5a5ec06c2f
commit 1945941a9f
1 changed files with 1 additions and 1 deletions

View File

@ -747,8 +747,8 @@ public class PlaybackServiceMediaPlayer {
pause(false, false);
pausedBecauseOfTransientAudiofocusLoss = true;
}
playerLock.unlock();
}
playerLock.unlock();
}
});
}