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 01:21:46 -0400
committerGitHub <noreply@github.com>2017-09-17 01:21:46 -0400
commita5ea7fd9606f2ae39d57d2463f093629d19b0200 (patch)
treefdd6a29608987999b4eb03fe7a569c4467d513bb /app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
parente55fac98ef50a55f0064111cb767d1d7e3959bcc (diff)
downloadfrost-a5ea7fd9606f2ae39d57d2463f093629d19b0200.tar.gz
frost-a5ea7fd9606f2ae39d57d2463f093629d19b0200.tar.bz2
frost-a5ea7fd9606f2ae39d57d2463f093629d19b0200.zip
misc (#298)v1.5.0
* Wrap searchsubject with error handler * Add dialog for older users * Add identifier key * Ensure notification service starts when app starts * Update theme
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.kt2
1 files changed, 2 insertions, 0 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 b3601dfb..bed42ebc 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
@@ -18,5 +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")
}