mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Migrate covers to external files dir. Fix #647
This commit is contained in:
		| @@ -20,7 +20,7 @@ class CoverCache(private val context: Context) { | ||||
|     /** | ||||
|      * Cache directory used for cache management. | ||||
|      */ | ||||
|     private val cacheDir: File = File(context.externalCacheDir, "cover_disk_cache") | ||||
|     private val cacheDir = context.getExternalFilesDir("covers") | ||||
|  | ||||
|     /** | ||||
|      * Returns the cover from cache. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user