Skip to content

Commit 9514d93

Browse files
authored
fix bottom padding on android
1 parent 4951ebd commit 9514d93

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pages/settings/Subscription/SubscriptionPlan/SubscriptionPlanDowngradeBlockedPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ function SubscriptionPlanDowngradeBlockedPage() {
2020
return (
2121
<ScreenWrapper
2222
testID={SubscriptionPlanDowngradeBlockedPage.displayName}
23-
includeSafeAreaPaddingBottom={false}
24-
shouldEnablePickerAvoiding={false}
23+
includeSafeAreaPaddingBottom
2524
shouldEnableMaxHeight
26-
shouldShowOfflineIndicatorInWideScreen
2725
>
2826
<DelegateNoAccessWrapper accessDeniedVariants={[CONST.DELEGATE.DENIED_ACCESS_VARIANTS.DELEGATE]}>
2927
<HeaderWithBackButton

0 commit comments

Comments
 (0)