Skip to content

Commit 998d44b

Browse files
authored
Fix mobile crash on drawer dismiss (#3871)
1 parent 7d0e0b3 commit 998d44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mobile/src/components/drawer/Drawer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ export const Drawer: DrawerComponent = ({
358358
animationStyle,
359359
finished: ({ finished }) => {
360360
if (finished) {
361-
onClosed?.()
362361
onFinished?.()
362+
onClosed?.()
363363
}
364364
},
365365
velocity

0 commit comments

Comments
 (0)