mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
do not allow clicking on the Panorama button at fullscreen mode
This commit is contained in:
@ -654,6 +654,7 @@ class PhotoFragment : ViewPagerFragment() {
|
||||
|
||||
if (mIsPanorama) {
|
||||
panorama_outline.animate().alpha(if (isFullscreen) 0f else 1f).start()
|
||||
panorama_outline.isClickable = !isFullscreen
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user