aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-22 22:36:16 -0700
committerAllan Wang <me@allanwang.ca>2019-09-22 22:36:16 -0700
commit981d6ffb409a501e6efcf4fe0cbe719e192beee7 (patch)
tree8cad6a8e23a493461b06c532a6a67e5f6731b39b /app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
parent8d355d472f579d10707c8a0b65fb424eb283265d (diff)
downloadfrost-981d6ffb409a501e6efcf4fe0cbe719e192beee7.tar.gz
frost-981d6ffb409a501e6efcf4fe0cbe719e192beee7.tar.bz2
frost-981d6ffb409a501e6efcf4fe0cbe719e192beee7.zip
Apply kau migration
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
index 7a4472b4..ea0de778 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
@@ -80,7 +80,7 @@ class FrostApp : Application() {
* Reload the image on every version update
*/
DrawerImageLoader.init(object : AbstractDrawerImageLoader() {
- override fun set(imageView: ImageView, uri: Uri, placeholder: Drawable, tag: String) {
+ override fun set(imageView: ImageView, uri: Uri, placeholder: Drawable, tag: String?) {
val c = imageView.context
val request = GlideApp.with(c)
val old = request.load(uri).apply(RequestOptions().placeholder(placeholder))