Remove space in covercache

This commit is contained in:
Jays2Kings 2021-07-05 16:31:54 -04:00
parent a9272c31e7
commit ad4c932134

View File

@ -116,7 +116,6 @@ class CoverCache(val context: Context) {
) )
} }
context.imageLoader.memoryCache.clear() context.imageLoader.memoryCache.clear()
} }
lastClean = System.currentTimeMillis() lastClean = System.currentTimeMillis()