fix: fix android crash (#1988)

This commit is contained in:
NickVs2015
2025-11-14 08:57:52 +03:00
committed by GitHub
parent b53cdcff08
commit b4d78d865a
3 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ bool ApiSettingsController::getAccountInfo(bool reload)
if (reload) {
QEventLoop wait;
QTimer::singleShot(1000, &wait, &QEventLoop::quit);
wait.exec();
wait.exec(QEventLoop::ExcludeUserInputEvents);
}
GatewayController gatewayController(m_settings->getGatewayEndpoint(), m_settings->isDevGatewayEnv(), requestTimeoutMsecs,