diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt index d4a07ea2..40a048af 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt @@ -166,7 +166,7 @@ class FrostJSI(val web: FrostWebView) { @JavascriptInterface fun setScrolling(scrolling: Boolean) { - L.i { "Scrolling $scrolling" } + L.v { "Scrolling $scrolling" } this.isScrolling = scrolling } |