Revert "Fix drawing state issues"

This reverts commit 97149df71c.
This commit is contained in:
Arkadiusz Fal
2022-08-31 21:20:12 +02:00
parent 1d20d3f528
commit e3a4f8f1aa
4 changed files with 8 additions and 4 deletions

View File

@@ -502,7 +502,7 @@ final class MPVBackend: PlayerBackend {
}
func didChangeTo() {
setNeedsDrawing(true)
setNeedsDrawing(model.presentingPlayer)
if model.musicMode {
startMusicMode()