mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
fix #10591 error when scrolling account view
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
ddbf7bc066
commit
e1074c7c01
@ -32,7 +32,7 @@
|
||||
anim-y
|
||||
{:toValue 0
|
||||
:duration 200
|
||||
:easing (.-ease ^js (animation/easing))
|
||||
:easing (.-ease ^js animation/easing)
|
||||
:useNativeDriver true}))
|
||||
|
||||
(defn bottom-send-recv-buttons-lower [anim-y y]
|
||||
@ -40,5 +40,5 @@
|
||||
anim-y
|
||||
{:toValue y
|
||||
:duration 200
|
||||
:easing (.-ease ^js (animation/easing))
|
||||
:easing (.-ease ^js animation/easing)
|
||||
:useNativeDriver true}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user