aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-03-31 22:44:06 -0400
committerAllan Wang <me@allanwang.ca>2019-03-31 22:44:06 -0400
commita49021c096f18cfef2fa54b2369ed044341187c5 (patch)
treeeba7d5909732379837dd2b76567145e31bcfece6 /app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
parenta85b52302d1328798c7d844ff68117c49586873d (diff)
downloadfrost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.gz
frost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.bz2
frost-a49021c096f18cfef2fa54b2369ed044341187c5.zip
Remove round icon settings
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
index e162f9da..bac27010 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
@@ -91,7 +91,6 @@ open class FrostWebViewClient(val web: FrostWebView) : BaseWebViewClient() {
injectBackgroundColor()
if (url.isFacebookUrl)
view.jsInject(
- CssAssets.ROUND_ICONS.maybe(Prefs.showRoundedIcons),
// CssHider.CORE,
CssHider.HEADER,
CssHider.COMPOSER.maybe(!Prefs.showComposer),