Skip to content

Commit 7834d3d

Browse files
authored
Merge pull request Expensify#11200 from kakajann/fix/attachment-progress
fix: Attachment load negative percentage
2 parents ab18dda + 70d41c2 commit 7834d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PDFView/index.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class PDFView extends Component {
133133
<TouchableWithoutFeedback style={touchableStyles}>
134134
<PDF
135135
trustAllCerts={false}
136-
activityIndicator={<FullScreenLoadingIndicator />}
136+
renderActivityIndicator={() => <FullScreenLoadingIndicator />}
137137
source={{uri: this.props.sourceURL}}
138138
style={pdfStyles}
139139
onError={this.initiatePasswordChallenge}

0 commit comments

Comments
 (0)