Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Dec 9, 2021
1 parent 2bb9893 commit f269b18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/status_im/notifications/local.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit f269b18

Please sign in to comment.