Re-add remove account core call

This commit is contained in:
Christophe Deschamps 2025-02-03 11:45:18 +01:00
parent ebba8f342f
commit 5492ab342d

View file

@ -127,6 +127,7 @@ void AccountModel::removeAccount() {
.arg(params && params->getIdentityAddress()
? Utils::coreStringToAppString(params->getIdentityAddress()->asString())
: "Null");
if (mMonitor) core->removeAccount(mMonitor);
}
std::shared_ptr<linphone::Account> AccountModel::getAccount() const {