make sure android still functions as expected

This commit is contained in:
Wayne Chen 2018-12-05 09:10:17 -08:00
parent 328e1ebc27
commit 40053ef13a

View file

@ -1799,6 +1799,8 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
// only for non-android. QML is ready to be shown at this time.
showLoginScreen();
#else
resumeAfterLoginDialogActionTaken();
#endif
});