Skip to content

Commit

Permalink
fix: category selector modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 29, 2024
1 parent e5d7da8 commit 3061183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CategorySelector/CategorySelectorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function CategorySelectorModal({policyID, isVisible, currentCategory, onCategory
<ScreenWrapper
style={[styles.pb0]}
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
includeSafeAreaPaddingBottom
shouldEnableKeyboardAvoidingView={false}
testID={CategorySelectorModal.displayName}
>
Expand Down

0 comments on commit 3061183

Please sign in to comment.