mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
set up the bottom action buttons before displaying
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user