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

@ -23,9 +23,7 @@ export function selectRoom(roomId, eventId) {
});
}
/**
* Open navigation on compact screen sizes
*/
// Open navigation on compact screen sizes
export function openNavigation() {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_NAVIGATION,