Skip to content

Commit

Permalink
Merge pull request #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 3ceed31 + 970bdf2 commit 2ba2411
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 2ba2411

Please sign in to comment.