From 215c2825deab13f9299c1c86250c399cd2ecbd3d Mon Sep 17 00:00:00 2001 From: Alexey Matveev Date: Mon, 7 Nov 2022 12:30:08 +0300 Subject: [PATCH] fix(rn) fix hangup all action Co-authored-by: Alexey Matveev --- react/features/toolbox/components/native/HangupMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/toolbox/components/native/HangupMenu.tsx b/react/features/toolbox/components/native/HangupMenu.tsx index 18ddc7f07..5de95605f 100644 --- a/react/features/toolbox/components/native/HangupMenu.tsx +++ b/react/features/toolbox/components/native/HangupMenu.tsx @@ -39,6 +39,7 @@ function HangupMenu() { dispatch(hideSheet()); sendAnalytics(createToolbarEvent('endmeeting')); dispatch(endConference()); + dispatch(appNavigate(undefined)); }, [ hideSheet ]); const handleLeaveConference = useCallback(() => {