mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-09 16:48:44 +01:00
fix #1818, be less agressive at Favorite items cleanup
This commit is contained in:
parent
6c77382f60
commit
0d01533231
@ -606,6 +606,7 @@ fun Context.getCachedMedia(path: String, getVideosOnly: Boolean = false, getImag
|
||||
|
||||
try {
|
||||
val mediaToDelete = ArrayList<Medium>()
|
||||
// creating a new thread intentionally, do not reuse the common background thread
|
||||
Thread {
|
||||
media.filter { !getDoesFilePathExist(it.path, OTGPath) }.forEach {
|
||||
if (it.path.startsWith(recycleBinPath)) {
|
||||
@ -699,7 +700,6 @@ fun Context.deleteDBPath(path: String) {
|
||||
fun Context.deleteMediumWithPath(path: String) {
|
||||
try {
|
||||
mediaDB.deleteMediumPath(path)
|
||||
favoritesDB.deleteFavoritePath(path)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user