aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-07 23:59:43 -0700
committerAllan Wang <me@allanwang.ca>2019-09-07 23:59:43 -0700
commitad0fcdcb581ee036ace2c55524069b2beef3603a (patch)
tree7fdc3c72fa496069013115cea37ec2fe680c020c /app/src/main/kotlin/com/pitchedapps/frost/utils
parent3b457c0e5728d8643ba6b2d06329f6a7dead156f (diff)
downloadfrost-ad0fcdcb581ee036ace2c55524069b2beef3603a.tar.gz
frost-ad0fcdcb581ee036ace2c55524069b2beef3603a.tar.bz2
frost-ad0fcdcb581ee036ace2c55524069b2beef3603a.zip
Delete experimental by default options
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
index df48bfbc..f69af40b 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
@@ -30,8 +30,5 @@ object Showcase : KPref() {
val intro: Boolean by kprefSingle("intro_pages")
- //not a showcase but cannot be in the same file as Prefs
- var experimentalDefault: Boolean by kpref("experimental_by_default", false)
-
- override fun deleteKeys() = arrayOf("shown_release")
+ override fun deleteKeys() = arrayOf("shown_release", "experimental_by_default")
}