[#9759] App freezes if tap on digital keyboard after "Cancel" on Send Transaction screen
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
53d0cb519c
commit
2896831b9d
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
(defn hide-panel-anim
|
(defn hide-panel-anim
|
||||||
[bottom-anim-value alpha-value window-height]
|
[bottom-anim-value alpha-value window-height]
|
||||||
|
(react/dismiss-keyboard!)
|
||||||
(anim/start
|
(anim/start
|
||||||
(anim/parallel
|
(anim/parallel
|
||||||
[(anim/spring bottom-anim-value {:toValue (- window-height)
|
[(anim/spring bottom-anim-value {:toValue (- window-height)
|
||||||
|
|
Loading…
Reference in New Issue