diff --git a/Telegram/SourceFiles/mainwindow.cpp b/Telegram/SourceFiles/mainwindow.cpp index 8ada1e70da..1dbb4594ca 100644 --- a/Telegram/SourceFiles/mainwindow.cpp +++ b/Telegram/SourceFiles/mainwindow.cpp @@ -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(); } }