aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-09-27 20:49:45 -0400
committerAllan Wang <me@allanwang.ca>2018-09-27 20:49:45 -0400
commit857fe0a28ccb5b8f7f3caef4ecd477596fe2468c (patch)
tree2ab785f2c5856cee890e8fa1aa2312341a047c86 /app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
parent2bc366f8f4501a93d773c8a6d8ad103d05cce08d (diff)
downloadfrost-857fe0a28ccb5b8f7f3caef4ecd477596fe2468c.tar.gz
frost-857fe0a28ccb5b8f7f3caef4ecd477596fe2468c.tar.bz2
frost-857fe0a28ccb5b8f7f3caef4ecd477596fe2468c.zip
Add tests and move header hider to css
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 4c4e5525..ac62f142 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt
@@ -82,7 +82,7 @@ class DebugWebView @JvmOverloads constructor(
if (url.isFacebookUrl)
view.jsInject(
CssAssets.ROUND_ICONS.maybe(Prefs.showRoundedIcons),
- CssHider.CORE,
+// CssHider.CORE,
CssHider.COMPOSER.maybe(!Prefs.showComposer),
CssHider.PEOPLE_YOU_MAY_KNOW.maybe(!Prefs.showSuggestedFriends),
CssHider.SUGGESTED_GROUPS.maybe(!Prefs.showSuggestedGroups),