Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed May 7, 2024
1 parent 347fe64 commit 2f7a95d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
(let [profile (rf/sub [:contacts/contact-by-identity user-id])]
[rn/view
{:on-start-should-set-responder
(fn [_event] (rf/dispatch [:chat.ui/show-profile user-id]) true)}
(fn [_event]
(rf/dispatch [:navigate-back])
(rf/dispatch [:chat.ui/show-profile user-id])
true)}
[quo/context-tag
{:blur? true
:size 24
Expand Down

0 comments on commit 2f7a95d

Please sign in to comment.