From fd8acecbd8c59c4d7ba964a2cdcd80602790b8c0 Mon Sep 17 00:00:00 2001 From: Lijo George Date: Mon, 15 Jan 2024 18:28:11 +0530 Subject: [PATCH] Add:#276-Update ama SDK change for navigate to notification detail while tapping on notification Update ama SDK change (navigate to notification detail while tapping on notification) to data4diabetes App --- ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 935c24f..1f6244c 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -231,7 +231,7 @@ extension AppDelegate: AriesMobileAgentDelegate{ } SwiftMessages.hide(animated: false) DispatchQueue.main.asyncAfter(deadline: .now() + 0.2, execute: { - AriesMobileAgent.shared.showDataWalletNofificationViewController() + AriesMobileAgent.shared.showCertificatePreviewViewController() }) } }