Skip to content

Commit e7c23fe

Browse files
committed
updated upload asset
1 parent a69736b commit e7c23fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CosyncStorage/CosyncStorageReactNative/components/UploadFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const UploadFile = props => {
7575
<View style={styles.progressCircle}>
7676

7777
<ActivityIndicator size='large'
78-
animating={true}
78+
animating={progress > 0 && progress < 100}
7979
hidesWhenStopped = {true}
8080
/>
8181

0 commit comments

Comments
 (0)