From c9ee5d79df4cb1baab4357fc11c13a4514af2c6f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 22 Jun 2017 16:24:12 -0700 Subject: Add ad block --- app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt') 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()) -- cgit v1.2.3