diff --git a/src/status_im/ui/screens/chat/message/reactions.cljs b/src/status_im/ui/screens/chat/message/reactions.cljs index 8c9238a6d0..cd83b2439f 100644 --- a/src/status_im/ui/screens/chat/message/reactions.cljs +++ b/src/status_im/ui/screens/chat/message/reactions.cljs @@ -55,8 +55,7 @@ (fn [] (reset! actions nil) (reset! visible false) - (picker-on-close)) - reaction-picker/animation-duration)) + (picker-on-close)))) on-open (fn [pos] (picker-on-open) (reset! position pos)