fix(rn) fix hangup all action

Co-authored-by: Alexey Matveev <malex@1forma.ru>
This commit is contained in:
Alexey Matveev 2022-11-07 12:30:08 +03:00 committed by GitHub
parent edb614783b
commit 215c2825de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ function HangupMenu() {
dispatch(hideSheet());
sendAnalytics(createToolbarEvent('endmeeting'));
dispatch(endConference());
dispatch(appNavigate(undefined));
}, [ hideSheet ]);
const handleLeaveConference = useCallback(() => {