First run: do not create start multiple dialogs

pull/317/head
Georg Lukas 2021-10-13 15:41:07 +02:00
rodzic 93fa36e251
commit c38eb8e2f0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -132,8 +132,9 @@ trait UIHelper extends Activity
}
}
lazy val passcodeDialog = new PasscodeDialog(this, true)
def firstRunDialog() = {
new PasscodeDialog(this, true).show()
passcodeDialog.show()
}
def setTitleStatus() {