|  | @@ -1,6 +1,5 @@
 | 
											
												
													
														|  |  package eu.kanade.tachiyomi.data.glide
 |  |  package eu.kanade.tachiyomi.data.glide
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -import android.util.LruCache
 |  | 
 | 
											
												
													
														|  |  import com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
 |  |  import com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
 | 
											
												
													
														|  |  import com.bumptech.glide.load.Options
 |  |  import com.bumptech.glide.load.Options
 | 
											
												
													
														|  |  import com.bumptech.glide.load.model.GlideUrl
 |  |  import com.bumptech.glide.load.model.GlideUrl
 | 
											
										
											
												
													
														|  | @@ -132,15 +131,4 @@ class MangaThumbnailModelLoader : ModelLoader<MangaThumbnail, InputStream> {
 | 
											
												
													
														|  |              }.build()
 |  |              }.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
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -    }
 |  | 
 | 
											
												
													
														|  |  }
 |  |  }
 |