mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-25 16:54:25 +00:00
Version 1.8.2: Fix passcode unlock.
This commit is contained in:
parent
ee96d78656
commit
a539fad3e2
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user