We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb90558 commit afb5d3bCopy full SHA for afb5d3b
1 file changed
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt
@@ -407,6 +407,10 @@ class MainActivity : SimpleActivity() {
407
}
408
})
409
main_view_pager.currentItem = config.lastUsedViewPagerPage
410
+
411
+ main_view_pager.onGlobalLayout {
412
+ refreshMenuItems()
413
+ }
414
415
416
private fun setupTabs() {
0 commit comments