Skip to content

Commit 4ab48d2

Browse files
fix: replace deprecated absoluteFillObject with absoluteFill
1 parent e9c0abe commit 4ab48d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/inbox/sidebar/SidebarLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function SidebarLinks({insets, optionListItems, priorityMode = CONST.PRIORITY_MO
9797
onFirstItemRendered={setSidebarLoaded}
9898
/>
9999
{isLoadingReportData && optionListItems?.length === 0 && (
100-
<View style={[StyleSheet.absoluteFillObject, styles.appBG, styles.mt3]}>
100+
<View style={[StyleSheet.absoluteFill, styles.appBG, styles.mt3]}>
101101
<OptionsListSkeletonView
102102
shouldAnimate
103103
reasonAttributes={sidebarSkeletonReasonAttributes}

0 commit comments

Comments
 (0)