This commit is contained in:
gaelle 2025-03-04 12:55:10 +01:00
parent b2d20b72e9
commit c0ef395c37

View file

@ -66,6 +66,7 @@ void LoginPage::login(const QString &username,
QString domain,
LinphoneEnums::TransportType transportType) {
setErrorMessage("");
//
App::postModelAsync([=]() {
// Create on Model thread.
AccountManager *accountManager = new AccountManager();