From 80e45bcb9d5c9f7164a3967d3205147f533ac7fa Mon Sep 17 00:00:00 2001 From: kwingram25 Date: Mon, 26 Mar 2018 18:20:58 -0700 Subject: [PATCH] [FIX #3678] Allow interaction w/edit profile screen while keyboard visible Signed-off-by: Andrey Shovkoplyas --- src/status_im/ui/screens/profile/user/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/profile/user/views.cljs b/src/status_im/ui/screens/profile/user/views.cljs index 7163922d03..a1739a1bbb 100644 --- a/src/status_im/ui/screens/profile/user/views.cljs +++ b/src/status_im/ui/screens/profile/user/views.cljs @@ -167,7 +167,7 @@ (if editing? [my-profile-edit-toolbar] [my-profile-toolbar]) - [react/scroll-view + [react/scroll-view {:keyboard-should-persist-taps :handled} [react/view profile.components.styles/profile-form [profile.components/profile-header shown-account editing? true profile-icon-options :my-profile/update-name]] [react/view action-button.styles/actions-list