2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Version 1.8.2: Fix passcode unlock.

This commit is contained in:
John Preston
2019-08-20 16:03:21 +03:00
parent ee96d78656
commit a539fad3e2

View File

@@ -199,13 +199,10 @@ void MainWindow::clearPasscodeLock() {
} else if (_main) {
_main->showAnimated(bg, true);
Core::App().checkStartUrl();
} else if (account().sessionExists()) {
setupMain();
} else {
account().startMtp();
if (account().sessionExists()) {
setupMain();
} else {
setupIntro();
}
setupIntro();
}
}