From 992e43815d7c6acaeeb9892590456c7c6475ccfa Mon Sep 17 00:00:00 2001 From: Danish Ahmed Mirza <77742477+try-catch-stack@users.noreply.github.com> Date: Thu, 26 May 2022 23:43:34 +0530 Subject: [PATCH] [FIX] Closing animation of action sheet on item press (#4223) --- app/containers/ActionSheet/ActionSheet.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/containers/ActionSheet/ActionSheet.tsx b/app/containers/ActionSheet/ActionSheet.tsx index d578164f..c028bada 100644 --- a/app/containers/ActionSheet/ActionSheet.tsx +++ b/app/containers/ActionSheet/ActionSheet.tsx @@ -63,7 +63,6 @@ const ActionSheet = React.memo( const hide = () => { bottomSheetRef.current?.close(); - toggleVisible(); }; const show = (options: TActionSheetOptions) => {