mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	| @@ -1,6 +1,5 @@ | ||||
| package eu.kanade.tachiyomi.data.glide | ||||
|  | ||||
| import android.util.LruCache | ||||
| import com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher | ||||
| import com.bumptech.glide.load.Options | ||||
| import com.bumptech.glide.load.model.GlideUrl | ||||
| @@ -132,15 +131,4 @@ class MangaThumbnailModelLoader : ModelLoader<MangaThumbnail, InputStream> { | ||||
|             }.build() | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     private inline fun <K, V> LruCache<K, V>.getOrPut(key: K, defaultValue: () -> V): V { | ||||
|         val value = get(key) | ||||
|         return if (value == null) { | ||||
|             val answer = defaultValue() | ||||
|             put(key, answer) | ||||
|             answer | ||||
|         } else { | ||||
|             value | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user