Skip to content

Commit 191ccbc

Browse files
MelvinBotsituchan
andcommitted
Use StyleSheet.absoluteFill instead of deprecated absoluteFillObject
Co-authored-by: Situ Chandra Shil <situchan@users.noreply.github.com>
1 parent c31fbc9 commit 191ccbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/members/WorkspaceOwnerChangeWrapperPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function WorkspaceOwnerChangeWrapperPage({route, policy, isLoadingPolicy}: Works
102102
/>
103103
<View style={[styles.containerWithSpaceBetween, error !== CONST.POLICY.OWNERSHIP_ERRORS.NO_BILLING_CARD ? styles.ph5 : styles.ph0, styles.pb0]}>
104104
{isLoading && (
105-
<View style={[StyleSheet.absoluteFillObject, styles.fullScreenLoading, styles.w100]}>
105+
<View style={[StyleSheet.absoluteFill, styles.fullScreenLoading, styles.w100]}>
106106
<ActivityIndicator
107107
size={CONST.ACTIVITY_INDICATOR_SIZE.LARGE}
108108
reasonAttributes={reasonAttributes}

0 commit comments

Comments
 (0)