[FIX] In-app notification tap when deep in the stack not redirecting to the room (#2302)
This commit is contained in:
parent
cbe51e2d18
commit
9b71a785aa
|
@ -90,6 +90,8 @@ const NotifierComponent = React.memo(({
|
|||
|
||||
if (isMasterDetail) {
|
||||
Navigation.navigate('DrawerNavigator');
|
||||
} else {
|
||||
Navigation.navigate('RoomsListView');
|
||||
}
|
||||
goRoom({ item, isMasterDetail });
|
||||
hideNotification();
|
||||
|
|
Loading…
Reference in New Issue