set up the bottom action buttons before displaying
This commit is contained in:
parent
f9d581925b
commit
ea1f4781e0
|
@ -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 New Issue