Skip to content

Commit 25bf0c8

Browse files
committed
Reset bottom value after animation
1 parent 0a3fbf2 commit 25bf0c8

File tree

1 file changed

+1
-0
lines changed
  • src/status_im/ui/components/bottom_sheet

1 file changed

+1
-0
lines changed

src/status_im/ui/components/bottom_sheet/view.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
:new-opacity-value 0
6565
:duration cancellation-animation-duration
6666
:callback #(do (reset! show-sheet? false)
67+
(animation/set-value bottom-value height)
6768
(when (fn? callback) (callback)))})))
6869

6970
(defn- on-release

0 commit comments

Comments
 (0)