mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 05:50:05 +02:00
make sure android still functions as expected
This commit is contained in:
parent
328e1ebc27
commit
40053ef13a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue