aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-05-23 21:12:23 -0700
committerGitHub <noreply@github.com>2020-05-23 21:12:23 -0700
commit327ed78db8b7f77891eab88c562132aff93958a4 (patch)
tree5f240c8db9ba2b7d69888a86659a963bcd352c00 /app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
parentffce9e645572eefdcd837921214a2be026514b43 (diff)
parenta6a1b8dffd08219c76614e0eeba6e4d92f02aa6b (diff)
downloadfrost-327ed78db8b7f77891eab88c562132aff93958a4.tar.gz
frost-327ed78db8b7f77891eab88c562132aff93958a4.tar.bz2
frost-327ed78db8b7f77891eab88c562132aff93958a4.zip
Merge pull request #1680 from AllanWang/full-size-image
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, 2 insertions, 0 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 8d4deef8..199e9cfb 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
@@ -26,6 +26,7 @@ import android.webkit.WebView
import ca.allanwang.kau.utils.withAlpha
import com.pitchedapps.frost.facebook.USER_AGENT
import com.pitchedapps.frost.injectors.CssHider
+import com.pitchedapps.frost.injectors.CssSmallAssets
import com.pitchedapps.frost.injectors.jsInject
import com.pitchedapps.frost.utils.L
import com.pitchedapps.frost.utils.Prefs
@@ -116,6 +117,7 @@ class DebugWebView @JvmOverloads constructor(
(url?.contains("?sk=h_chr") ?: false) &&
prefs.aggressiveRecents
),
+ CssSmallAssets.FullSizeImage.maybe(prefs.fullSizeImage),
prefs = prefs
)
}