Skip to content

Commit

Permalink
fix(settings): synonymdev#1709 swipe to hide balance
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Apr 29, 2024
1 parent 227d6c2 commit 2db4a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OnboardingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const OnboardingScreen = ({
<View
style={[
styles.imageContainer,
// eslint-disable-next-line react-native/no-inline-styles
{ marginBottom: imagePosition === 'center' ? 'auto' : 48 },
]}>
<Image style={styles.image} source={image} />
Expand Down
1 change: 1 addition & 0 deletions src/screens/Settings/Security/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const SecuritySettings = ({
updateSettings({
enableSwipeToHideBalance: !enableSwipeToHideBalance,
hideBalance: false,
hideBalanceOnOpen: false,
}),
);
},
Expand Down

0 comments on commit 2db4a37

Please sign in to comment.