aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-17 11:10:53 -0400
committerGitHub <noreply@github.com>2017-09-17 11:10:53 -0400
commit5ae7fd03522dd2c2843ff522314ab1d20f85d391 (patch)
tree6153082a465a1c5aba28783e1a69d6e18ec9a71c /app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
parenta5ea7fd9606f2ae39d57d2463f093629d19b0200 (diff)
downloadfrost-5ae7fd03522dd2c2843ff522314ab1d20f85d391.tar.gz
frost-5ae7fd03522dd2c2843ff522314ab1d20f85d391.tar.bz2
frost-5ae7fd03522dd2c2843ff522314ab1d20f85d391.zip
Remove first production temp code (#303)
* Disable aggressive recents by default * Remove first production message
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt4
1 files changed, 2 insertions, 2 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 bed42ebc..a3812337 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
@@ -18,7 +18,7 @@ object Showcase : KPref() {
//not a showcase but cannot be in the same file as Prefs
var experimentalDefault: Boolean by kpref("experimental_by_default", false)
-
- val shownRelease: Boolean by kprefSingle("shown_release")
+
+ override fun deleteKeys() = arrayOf("shown_release")
}