From f269b18645a422d92bb7d9733790e9f35c749a68 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 9 Dec 2021 13:01:54 +0200 Subject: [PATCH] _ --- src/status_im/notifications/local.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/status_im/notifications/local.cljs b/src/status_im/notifications/local.cljs index ee9f3d9c4ab..43a4092b388 100644 --- a/src/status_im/notifications/local.cljs +++ b/src/status_im/notifications/local.cljs @@ -39,7 +39,9 @@ (pn-android/present-local-notification notification)) (defn handle-notification-press [{{deep-link :deepLink} :userInfo - interaction :userInteraction}] + interaction :userInteraction + :as data}] + (js/alert (str "foo" (prn-str data))) (when (and deep-link (or platform/ios? (and platform/android? interaction)))