Skip to content

Commit 6ed65b9

Browse files
committed
fix(contacts): fix back navigation loop
1 parent da893bf commit 6ed65b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/screens/Contacts/Contact.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ const Contact = ({
135135
return (
136136
<View style={styles.root}>
137137
<SafeAreaInset type="top" />
138-
<NavigationHeader
139-
title={t('contact')}
140-
onBackPress={(): void => navigation.navigate('Contacts')}
141-
/>
138+
<NavigationHeader title={t('contact')} />
142139
<View style={styles.content}>
143140
<ProfileCard
144141
url={url}

0 commit comments

Comments
 (0)