mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +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.
|
// only for non-android. QML is ready to be shown at this time.
|
||||||
showLoginScreen();
|
showLoginScreen();
|
||||||
|
#else
|
||||||
|
resumeAfterLoginDialogActionTaken();
|
||||||
#endif
|
#endif
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue