Update DetailViewScreensStack.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-06-14 21:13:54 -04:00
parent 95856f84ca
commit 5c41460991
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -272,6 +272,7 @@ const DetailViewStackScreensStack = () => {
headerBackTitleStyle: { fontSize: 0 },
headerBackTitleVisible: true,
headerShadowVisible: false,
headerLargeTitle: true,
animationTypeForReplace: 'push',
})(theme)}
/>
@ -345,7 +346,7 @@ const DetailViewStackScreensStack = () => {
<DetailViewStack.Screen
name="SettingsPrivacy"
component={SettingsPrivacyComponent}
options={navigationStyle({ headerLargeTitle: true, title: loc.settings.privacy })(theme)}
options={navigationStyle({ title: loc.settings.privacy })(theme)}
/>
<DetailViewStack.Screen
name="ViewEditMultisigCosignersRoot"