fix: laggy behavior when using back gesture to minimize player

This commit is contained in:
Bnyro 2024-09-05 10:57:20 +02:00
parent 8382883762
commit cfa4b82643

View File

@ -574,7 +574,6 @@ class MainActivity : BaseActivity() {
}
}
commonPlayerViewModel.isFullscreen.value = false
requestOrientationChange()
}