mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-22 14:17:18 +02:00
avoid adding the storage analysis tab at fresh installs
This commit is contained in:
parent
2f73baf13e
commit
f9cc9dd90c
@ -65,8 +65,10 @@ class MainActivity : SimpleActivity() {
|
||||
|
||||
if (!config.wasStorageAnalysisTabAdded && isOreoPlus()) {
|
||||
config.wasStorageAnalysisTabAdded = true
|
||||
if (config.showTabs and TAB_STORAGE_ANALYSIS == 0) {
|
||||
config.showTabs += TAB_STORAGE_ANALYSIS
|
||||
}
|
||||
}
|
||||
|
||||
setupTabColors(config.lastUsedViewPagerPage)
|
||||
storeStateVariables()
|
||||
|
Loading…
x
Reference in New Issue
Block a user