mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-07 15:48:52 +01:00
do not allow clicking the play/pause at fullscreen videos
This commit is contained in:
parent
f2c77693db
commit
582048590f
@ -504,7 +504,7 @@ class VideoFragment : ViewPagerFragment(), TextureView.SurfaceTextureListener, S
|
||||
}
|
||||
|
||||
mSeekBar.setOnSeekBarChangeListener(if (mIsFullscreen) null else this)
|
||||
arrayOf(mView.video_curr_time, mView.video_duration).forEach {
|
||||
arrayOf(mView.video_curr_time, mView.video_duration, mView.video_toggle_play_pause).forEach {
|
||||
it.isClickable = !mIsFullscreen
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user