mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 22:47:59 +01:00
do not allow clicking on the Panorama button at fullscreen mode
This commit is contained in:
parent
d05f3b7d8d
commit
789152a98d
1 changed files with 1 additions and 0 deletions
|
@ -654,6 +654,7 @@ class PhotoFragment : ViewPagerFragment() {
|
||||||
|
|
||||||
if (mIsPanorama) {
|
if (mIsPanorama) {
|
||||||
panorama_outline.animate().alpha(if (isFullscreen) 0f else 1f).start()
|
panorama_outline.animate().alpha(if (isFullscreen) 0f else 1f).start()
|
||||||
|
panorama_outline.isClickable = !isFullscreen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue