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 2f73baf commit f9cc9ddCopy full SHA for f9cc9dd
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt
@@ -65,7 +65,9 @@ class MainActivity : SimpleActivity() {
65
66
if (!config.wasStorageAnalysisTabAdded && isOreoPlus()) {
67
config.wasStorageAnalysisTabAdded = true
68
- config.showTabs += TAB_STORAGE_ANALYSIS
+ if (config.showTabs and TAB_STORAGE_ANALYSIS == 0) {
69
+ config.showTabs += TAB_STORAGE_ANALYSIS
70
+ }
71
}
72
73
setupTabColors(config.lastUsedViewPagerPage)
0 commit comments