mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 14:28:00 +01:00
set up the bottom action buttons before displaying
This commit is contained in:
parent
f9d581925b
commit
ea1f4781e0
2 changed files with 2 additions and 2 deletions
|
@ -282,8 +282,8 @@ open class PhotoVideoActivity : SimpleActivity(), ViewPagerFragment.FragmentList
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initBottomActions() {
|
private fun initBottomActions() {
|
||||||
initBottomActionsLayout()
|
|
||||||
initBottomActionButtons()
|
initBottomActionButtons()
|
||||||
|
initBottomActionsLayout()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initBottomActionsLayout() {
|
private fun initBottomActionsLayout() {
|
||||||
|
|
|
@ -399,8 +399,8 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initBottomActions() {
|
private fun initBottomActions() {
|
||||||
initBottomActionsLayout()
|
|
||||||
initBottomActionButtons()
|
initBottomActionButtons()
|
||||||
|
initBottomActionsLayout()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initFavorites() {
|
private fun initFavorites() {
|
||||||
|
|
Loading…
Reference in a new issue