Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspacesListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,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 @@ -686,6 +686,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 @@ -472,6 +472,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 @@ -417,6 +417,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 @@ -857,6 +857,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 @@ -394,6 +394,7 @@ function WorkspaceTaxesPage({
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
shouldEnableMaxHeight
style={[styles.defaultModalContainer]}
testID="WorkspaceTaxesPage"
shouldShowOfflineIndicatorInWideScreen
Expand Down
Loading