Skip to content
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspacesListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ function WorkspacesListPage() {
return (
<ScreenWrapper
shouldEnablePickerAvoiding={false}
shouldEnableMaxHeight
shouldShowOfflineIndicatorInWideScreen
testID="WorkspacesListPage"
enableEdgeToEdgeBottomSafeAreaPadding={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ function WorkspaceCategoriesPage({route}: WorkspaceCategoriesPageProps) {
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
shouldEnableMaxHeight
style={[styles.defaultModalContainer]}
testID="WorkspaceCategoriesPage"
shouldShowOfflineIndicatorInWideScreen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ function PolicyDistanceRatesPage({
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
shouldEnableMaxHeight
style={[styles.defaultModalContainer]}
testID="PolicyDistanceRatesPage"
shouldShowOfflineIndicatorInWideScreen
Expand Down
1 change: 1 addition & 0 deletions src/pages/workspace/perDiem/WorkspacePerDiemPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ function WorkspacePerDiemPage({route}: WorkspacePerDiemPageProps) {
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
shouldEnableMaxHeight
style={[styles.defaultModalContainer]}
testID="WorkspacePerDiemPage"
shouldShowOfflineIndicatorInWideScreen
Expand Down
1 change: 1 addition & 0 deletions src/pages/workspace/tags/WorkspaceTagsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ function WorkspaceTagsPage({route}: WorkspaceTagsPageProps) {
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
shouldEnableMaxHeight
style={[styles.defaultModalContainer]}
testID="WorkspaceTagsPage"
shouldShowOfflineIndicatorInWideScreen
Expand Down
1 change: 1 addition & 0 deletions src/pages/workspace/taxes/WorkspaceTaxesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ function WorkspaceTaxesPage({
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
shouldEnableMaxHeight
style={[styles.defaultModalContainer]}
testID="WorkspaceTaxesPage"
shouldShowOfflineIndicatorInWideScreen
Expand Down
Loading