mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update DetailViewScreensStack.tsx
This commit is contained in:
parent
95856f84ca
commit
5c41460991
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue