Skip to content

Commit 70d41c2

Browse files
committed
fix: attachment load negative percentage
1 parent a24de55 commit 70d41c2

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)