aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.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/DebugWebView.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/DebugWebView.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt1
1 files changed, 0 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 6b186b1c..80edd62e 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
@@ -102,7 +102,6 @@ class DebugWebView @JvmOverloads constructor(
injectBackgroundColor()
if (url.isFacebookUrl)
view.jsInject(
- CssAssets.ROUND_ICONS.maybe(Prefs.showRoundedIcons),
// CssHider.CORE,
CssHider.COMPOSER.maybe(!Prefs.showComposer),
CssHider.STORIES.maybe(!Prefs.showStories),