Fix app stuck on welcome screen in small device

This commit is contained in:
Ajay Bura
2022-04-24 16:35:42 +05:30
parent 74216f75e2
commit 53f1129242
7 changed files with 16 additions and 31 deletions

View File

@@ -14,7 +14,6 @@ import {
openCreateRoom,
openPublicRooms,
openInviteUser,
openNavigation,
} from '../../../client/action/navigation';
import { getEmojiForCompletion } from '../emoji-board/custom-emoji';
import AsyncSearch from '../../../util/AsyncSearch';
@@ -47,7 +46,6 @@ const commands = [{
description: 'Leave current room',
exe: (roomId) => {
roomActions.leave(roomId);
openNavigation();
},
}, {
name: 'invite',