mirror of https://github.com/procxx/kepka.git
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) {
|
} else if (_main) {
|
||||||
_main->showAnimated(bg, true);
|
_main->showAnimated(bg, true);
|
||||||
Core::App().checkStartUrl();
|
Core::App().checkStartUrl();
|
||||||
|
} else if (account().sessionExists()) {
|
||||||
|
setupMain();
|
||||||
} else {
|
} else {
|
||||||
account().startMtp();
|
setupIntro();
|
||||||
if (account().sessionExists()) {
|
|
||||||
setupMain();
|
|
||||||
} else {
|
|
||||||
setupIntro();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue