mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
launch the panorama viewer at video fragment when seekbar is pressed
This commit is contained in:
@ -629,6 +629,11 @@ class VideoFragment : ViewPagerFragment(), TextureView.SurfaceTextureListener, S
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun onStopTrackingTouch(seekBar: SeekBar) {
|
override fun onStopTrackingTouch(seekBar: SeekBar) {
|
||||||
|
if (mIsPanorama) {
|
||||||
|
openPanorama()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if (mExoPlayer == null)
|
if (mExoPlayer == null)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user