set up the bottom action buttons before displaying

This commit is contained in:
tibbi 2020-04-21 17:52:02 +02:00
parent f9d581925b
commit ea1f4781e0
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -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() {