Skip to content

Commit

Permalink
Add:#276-Update ama SDK change for navigate to notification detail wh…
Browse files Browse the repository at this point in the history
…ile tapping on notification

Update ama SDK change (navigate to notification detail while tapping on notification) to data4diabetes App
  • Loading branch information
lijogeorgep authored and josmilan committed Jan 15, 2024
1 parent 62ae6f8 commit fd8acec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
}
}
Expand Down

0 comments on commit fd8acec

Please sign in to comment.