From 40053ef13a766ba0fae1386b68ee8ff72975666c Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Wed, 5 Dec 2018 09:10:17 -0800 Subject: [PATCH] make sure android still functions as expected --- interface/src/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 14cf67e693..d82e394896 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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 });