if something goes wrong at storing ever shown folders, just clear it
This commit is contained in:
parent
9559b84be5
commit
fc1d17397c
|
@ -786,7 +786,8 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
|
||||
try {
|
||||
config.everShownFolders = everShownFolders
|
||||
} catch (ignored: Exception) {
|
||||
} catch (e: Exception) {
|
||||
config.everShownFolders = HashSet()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue