mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Stop requesting device list in AccountModel initializer
This commit is contained in:
parent
e67c6b04a5
commit
084c2821e2
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