mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-04 13:27:30 +01:00
do not show the portrait stripe at fullscreen view
This commit is contained in:
parent
e3b921db4d
commit
9a6d1535ba
@ -490,6 +490,9 @@ class PhotoFragment : ViewPagerFragment() {
|
||||
mView.photo_portrait_stripe.scrollBy((coverIndex - fakeItemsCnt) * itemWidth, 0)
|
||||
adapter.setCurrentPhoto(coverIndex)
|
||||
mView.photo_portrait_stripe_wrapper.beVisible()
|
||||
if (mIsFullscreen) {
|
||||
mView.photo_portrait_stripe_wrapper.alpha = 0f
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user