mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-24 23:18:52 +02:00
do not show the error toast at getting folders to scan
This commit is contained in:
parent
063dd07238
commit
7be86580d7
@ -67,7 +67,6 @@ class MediaFetcher(val context: Context) {
|
|||||||
val includedPaths = config.includedFolders
|
val includedPaths = config.includedFolders
|
||||||
folders.filter { it.shouldFolderBeVisible(excludedPaths, includedPaths, shouldShowHidden) }.toMutableList() as ArrayList<String>
|
folders.filter { it.shouldFolderBeVisible(excludedPaths, includedPaths, shouldShowHidden) }.toMutableList() as ArrayList<String>
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
context.showErrorToast(e)
|
|
||||||
ArrayList()
|
ArrayList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user