From 2896831b9dcb9e2d66cfc711dd2591c7a393a422 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Fri, 17 Jan 2020 11:05:19 +0100 Subject: [PATCH] [#9759] App freezes if tap on digital keyboard after "Cancel" on Send Transaction screen Signed-off-by: Andrey Shovkoplyas --- src/status_im/ui/components/bottom_panel/views.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/ui/components/bottom_panel/views.cljs b/src/status_im/ui/components/bottom_panel/views.cljs index d8cbd10a6c..304b85e81b 100644 --- a/src/status_im/ui/components/bottom_panel/views.cljs +++ b/src/status_im/ui/components/bottom_panel/views.cljs @@ -6,6 +6,7 @@ (defn hide-panel-anim [bottom-anim-value alpha-value window-height] + (react/dismiss-keyboard!) (anim/start (anim/parallel [(anim/spring bottom-anim-value {:toValue (- window-height)