Skip to content

Commit

Permalink
Merge pull request Expensify#11200 from kakajann/fix/attachment-progress
Browse files Browse the repository at this point in the history
fix: Attachment load negative percentage
  • Loading branch information
marcochavezf authored Oct 7, 2022
2 parents ab18dda + 70d41c2 commit 7834d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PDFView/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class PDFView extends Component {
<TouchableWithoutFeedback style={touchableStyles}>
<PDF
trustAllCerts={false}
activityIndicator={<FullScreenLoadingIndicator />}
renderActivityIndicator={() => <FullScreenLoadingIndicator />}
source={{uri: this.props.sourceURL}}
style={pdfStyles}
onError={this.initiatePasswordChallenge}
Expand Down

0 comments on commit 7834d3d

Please sign in to comment.