mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
do not show the portrait stripe at fullscreen view
This commit is contained in:
parent
e3b921db4d
commit
9a6d1535ba
1 changed files with 3 additions and 0 deletions
|
@ -490,6 +490,9 @@ class PhotoFragment : ViewPagerFragment() {
|
||||||
mView.photo_portrait_stripe.scrollBy((coverIndex - fakeItemsCnt) * itemWidth, 0)
|
mView.photo_portrait_stripe.scrollBy((coverIndex - fakeItemsCnt) * itemWidth, 0)
|
||||||
adapter.setCurrentPhoto(coverIndex)
|
adapter.setCurrentPhoto(coverIndex)
|
||||||
mView.photo_portrait_stripe_wrapper.beVisible()
|
mView.photo_portrait_stripe_wrapper.beVisible()
|
||||||
|
if (mIsFullscreen) {
|
||||||
|
mView.photo_portrait_stripe_wrapper.alpha = 0f
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue