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() {
|
||||
initBottomActionsLayout()
|
||||
initBottomActionButtons()
|
||||
initBottomActionsLayout()
|
||||
}
|
||||
|
||||
private fun initBottomActionsLayout() {
|
||||
|
|
|
@ -399,8 +399,8 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||
}
|
||||
|
||||
private fun initBottomActions() {
|
||||
initBottomActionsLayout()
|
||||
initBottomActionButtons()
|
||||
initBottomActionsLayout()
|
||||
}
|
||||
|
||||
private fun initFavorites() {
|
||||
|
|
Loading…
Reference in a new issue