From a5ea7fd9606f2ae39d57d2463f093629d19b0200 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 17 Sep 2017 01:21:46 -0400 Subject: misc (#298) * Wrap searchsubject with error handler * Add dialog for older users * Add identifier key * Ensure notification service starts when app starts * Update theme --- app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils') 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") } -- cgit v1.2.3