We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3fbf2 commit 25bf0c8Copy full SHA for 25bf0c8
src/status_im/ui/components/bottom_sheet/view.cljs
@@ -64,6 +64,7 @@
64
:new-opacity-value 0
65
:duration cancellation-animation-duration
66
:callback #(do (reset! show-sheet? false)
67
+ (animation/set-value bottom-value height)
68
(when (fn? callback) (callback)))})))
69
70
(defn- on-release
0 commit comments