Skip to content

Commit

Permalink
Fix mobile crash on drawer dismiss (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed Aug 10, 2023
1 parent 7d0e0b3 commit 998d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/components/drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ export const Drawer: DrawerComponent = ({
animationStyle,
finished: ({ finished }) => {
if (finished) {
onClosed?.()
onFinished?.()
onClosed?.()
}
},
velocity
Expand Down

0 comments on commit 998d44b

Please sign in to comment.