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() {
initBottomActionsLayout()
initBottomActionButtons()
initBottomActionsLayout()
}
private fun initBottomActionsLayout() {

View file

@ -399,8 +399,8 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
}
private fun initBottomActions() {
initBottomActionsLayout()
initBottomActionButtons()
initBottomActionsLayout()
}
private fun initFavorites() {