mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 04:20:38 +01:00
catch exceptions thrown at updating db directories
This commit is contained in:
parent
789152a98d
commit
402eb61f79
@ -664,7 +664,10 @@ fun Context.updateDBMediaPath(oldPath: String, newPath: String) {
|
||||
}
|
||||
|
||||
fun Context.updateDBDirectory(directory: Directory, directoryDao: DirectoryDao) {
|
||||
try {
|
||||
directoryDao.updateDirectory(directory.path, directory.tmb, directory.mediaCnt, directory.modified, directory.taken, directory.size, directory.types)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
}
|
||||
|
||||
fun Context.getFavoritePaths(): ArrayList<String> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user