Skip to content

Commit

Permalink
[#13047] Profile QR code overlaps share menu during sharing (IOS)
Browse files Browse the repository at this point in the history
Signed-off-by: andrey <[email protected]>
  • Loading branch information
flexsurfer committed Jan 26, 2022
1 parent 6a8f7a0 commit 136a631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/status_im/ui/screens/profile/user/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
address]]]
[react/view styles/share-link-button
[quo/button
{:on-press #(list-selection/open-share {:message link})
{:on-press #(do
(re-frame/dispatch [:hide-popover])
(list-selection/open-share {:message link}))
:accessibility-label :share-my-contact-code-button}
(i18n/label :t/share-link)]]])))

Expand Down

0 comments on commit 136a631

Please sign in to comment.