recalculate bottom actions position on orientation change

This commit is contained in:
tibbi 2018-06-17 21:30:51 +02:00
parent b1136ed041
commit 7a38862e8c
1 changed files with 1 additions and 0 deletions

View File

@ -827,6 +827,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
override fun onConfigurationChanged(newConfig: Configuration?) { override fun onConfigurationChanged(newConfig: Configuration?) {
super.onConfigurationChanged(newConfig) super.onConfigurationChanged(newConfig)
measureScreen() measureScreen()
initBottomActionsLayout()
} }
private fun measureScreen() { private fun measureScreen() {