diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 17:34:35 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 17:34:35 -0400 |
commit | b660f0ef6db2d96d4f3afb2cf240121625be87d5 (patch) | |
tree | e1be2f6f7092fdb4e92d08721d990cbe51f9eecd /src/screens/main/NotificationsScreen.tsx | |
parent | 502c60aff2e57eb68050f29c3d32d27c9c54b15e (diff) | |
parent | 87333873c8e47bccd99198a974a40df57619df22 (diff) |
Merge branch 'master' into tma854-tagging-draggable-component
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 7e2f082c..bce48ef2 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -259,9 +259,7 @@ const NotificationsScreen: React.FC = () => { onPress={async () => { const permission = await checkPermission(); if (permission === 'authorized') { - navigation.navigate('InviteFriendsScreen', { - screenType: ScreenType.Profile, - }); + navigation.navigate('InviteFriendsScreen'); } else { Alert.alert( '"Tagg" Would Like to Access Your Contacts', |