this statement is false

This commit is contained in:
X1nto 2020-05-09 00:33:15 +04:00
parent a4b426555e
commit 005b585413
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ open class Main: ThemeActivity() {
val prefs = getSharedPreferences("prefs", MODE_PRIVATE)
val firstStart = prefs.getBoolean("firstStart", true)
//Easter Egg
val falseStatement = prefs.getBoolean("statement", true)
if (firstStart) {
@ -47,6 +49,7 @@ open class Main: ThemeActivity() {
editor.apply()
}
//Easter Egg
private fun statementFalse() {
AlertDialog.Builder(this)
.setTitle("Wait what?")