mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 10:26:54 +01:00
parent
75f75a7fc6
commit
9a47e306ea
@ -228,6 +228,8 @@ class ViewVideoFragment : ViewMediaFragment() {
|
||||
}
|
||||
|
||||
override fun onIsPlayingChanged(isPlaying: Boolean) {
|
||||
binding.videoView.keepScreenOn = isPlaying
|
||||
|
||||
if (isAudio) return
|
||||
if (isPlaying) {
|
||||
hideToolbarAfterDelay()
|
||||
|
Loading…
x
Reference in New Issue
Block a user