From 05fc90279035fd5e8c68dd99e3850069c80e3827 Mon Sep 17 00:00:00 2001 From: "benoit.martins" Date: Sun, 13 Apr 2025 23:20:34 +0200 Subject: [PATCH] Remove toast notification for validated QR code --- Linphone/Core/CoreContext.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 37535c9be..16b81ea87 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -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 } }