From e81699052a1a1fa06cd047d80084a90495d266e0 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Fri, 19 Sep 2025 11:36:11 +0200 Subject: [PATCH] Stop requesting device list in AccountModel initializer --- Linphone/UI/Main/Viewmodel/AccountModel.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Linphone/UI/Main/Viewmodel/AccountModel.swift b/Linphone/UI/Main/Viewmodel/AccountModel.swift index 7cda43649..491f1c1ce 100644 --- a/Linphone/UI/Main/Viewmodel/AccountModel.swift +++ b/Linphone/UI/Main/Viewmodel/AccountModel.swift @@ -93,8 +93,6 @@ class AccountModel: ObservableObject { let displayName = account.displayName() let address = account.params?.identityAddress?.asString() - self.requestDevicesList() - let displayNameTmp = account.params?.identityAddress?.displayName ?? displayName let usernaneAvatarTmp = account.contactAddress?.username ?? displayName var photoAvatarModelTmp = ""