do not allow clicking on the Panorama button at fullscreen mode

This commit is contained in:
tibbi 2019-06-10 23:36:50 +02:00
parent d05f3b7d8d
commit 789152a98d
1 changed files with 1 additions and 0 deletions

View File

@ -654,6 +654,7 @@ class PhotoFragment : ViewPagerFragment() {
if (mIsPanorama) {
panorama_outline.animate().alpha(if (isFullscreen) 0f else 1f).start()
panorama_outline.isClickable = !isFullscreen
}
}
}