forked from mirrors/linphone-iphone
Remove toast notification for validated QR code
This commit is contained in:
parent
7219731c0e
commit
05fc902790
1 changed files with 2 additions and 0 deletions
|
|
@ -261,8 +261,10 @@ final class CoreContext: ObservableObject {
|
|||
}
|
||||
DispatchQueue.main.async {
|
||||
if status == ConfiguringState.Successful {
|
||||
/*
|
||||
ToastViewModel.shared.toastMessage = "Success_qr_code_validated"
|
||||
ToastViewModel.shared.displayToast = true
|
||||
*/
|
||||
self.accounts = accountModels
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue