mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
if something goes wrong at storing ever shown folders, just clear it
This commit is contained in:
@ -786,7 +786,8 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||
|
||||
try {
|
||||
config.everShownFolders = everShownFolders
|
||||
} catch (ignored: Exception) {
|
||||
} catch (e: Exception) {
|
||||
config.everShownFolders = HashSet()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user