mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Stop requesting device list in AccountModel initializer
This commit is contained in:
parent
147682a0e5
commit
e81699052a
1 changed files with 0 additions and 2 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue