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 02:28:02 -0400
committerAllan Wang <me@allanwang.ca>2017-09-17 02:28:02 -0400
commitac99ffaff349196ae06ab611cd7bbea009ced0ec (patch)
tree9644cc7e0b5980abcd916fd49d8923fef50e7d97 /app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
parent353da6dc201b0dbf90929a1ca83c09aabf4f7444 (diff)
downloadfrost-ac99ffaff349196ae06ab611cd7bbea009ced0ec.tar.gz
frost-ac99ffaff349196ae06ab611cd7bbea009ced0ec.tar.bz2
frost-ac99ffaff349196ae06ab611cd7bbea009ced0ec.zip
Use proper booleanv1.5.2
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, 1 insertions, 1 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..68eaa312 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
@@ -19,6 +19,6 @@ 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")
+ val showRelease: Boolean by kprefSingle("shown_release")
}