[FIX] In-app notification tap when deep in the stack not redirecting to the room (#2302)

This commit is contained in:
Diego Mello 2020-07-17 14:39:59 -03:00 committed by GitHub
parent cbe51e2d18
commit 9b71a785aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ const NotifierComponent = React.memo(({
if (isMasterDetail) {
Navigation.navigate('DrawerNavigator');
} else {
Navigation.navigate('RoomsListView');
}
goRoom({ item, isMasterDetail });
hideNotification();