aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-22 16:24:12 -0700
committerAllan Wang <me@allanwang.ca>2017-06-22 16:24:12 -0700
commitc9ee5d79df4cb1baab4357fc11c13a4514af2c6f (patch)
tree520c8c54f238481a8313802c1355c004cc993743 /app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
parent56678f8a76a4034ae8a63c92e49ba39cc54ee057 (diff)
downloadfrost-c9ee5d79df4cb1baab4357fc11c13a4514af2c6f.tar.gz
frost-c9ee5d79df4cb1baab4357fc11c13a4514af2c6f.tar.bz2
frost-c9ee5d79df4cb1baab4357fc11c13a4514af2c6f.zip
Add ad block
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
index 428d0c30..9128c42b 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
@@ -66,6 +66,8 @@ object Prefs : KPref() {
var showSuggestedFriends: Boolean by kpref("suggested_friends_feed", true)
+ var showFacebookAds: Boolean by kpref("facebook_ads", true)
+
var animate: Boolean by kpref("fancy_animations", true)
var notificationKeywords: StringSet by kpref("notification_keywords", mutableSetOf<String>())