Skip to content

Commit

Permalink
dismiss keyboard for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Jan 8, 2020
1 parent 512da73 commit cb571e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/ui/screens/chat/message/message.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@
[accept-label on-accept on-decline]
[react/view
[react/touchable-highlight
{:on-press on-accept
{:on-press (do (react/dismiss-keyboard!)
on-accept)
:style {:border-color colors/gray-lighter
:border-top-width 1
:margin-top 8
Expand Down

0 comments on commit cb571e9

Please sign in to comment.