aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-23 16:10:45 -0800
committerAllan Wang <me@allanwang.ca>2020-02-23 16:10:45 -0800
commit7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310 (patch)
treeaac290e3cdd256b119e5f1865e08bda217b935aa /app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
parentc8b54fd10a08ed53eb7d21578a4fe990fe14e3bc (diff)
downloadfrost-7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310.tar.gz
frost-7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310.tar.bz2
frost-7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310.zip
Remove koincomponent from activities and apply spotless
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
index 6013dbf6..8d4deef8 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
@@ -116,7 +116,7 @@ class DebugWebView @JvmOverloads constructor(
(url?.contains("?sk=h_chr") ?: false) &&
prefs.aggressiveRecents
),
- prefs= prefs
+ prefs = prefs
)
}
}