Skip to content

Commit

Permalink
Merge pull request #53393 from software-mansion-labs/war-in/fix-shrin…
Browse files Browse the repository at this point in the history
…king-initial-settings-page

[HybridApp] Fix shrinking content of InitialSettingsPage
  • Loading branch information
mountiny authored Dec 3, 2024
2 parents a1e710e + 1e11aba commit d9e53c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ function InitialSettingsPage({currentUserPersonalDetails}: InitialSettingsPagePr
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
testID={InitialSettingsPage.displayName}
shouldEnableKeyboardAvoidingView={false}
>
{headerContent}
<ScrollView
Expand Down

0 comments on commit d9e53c7

Please sign in to comment.