Skip to content

Commit

Permalink
Merge pull request #19946 from payal-lathidadiya/fix/infinite-passwor…
Browse files Browse the repository at this point in the history
…d-field-load-on-delete-pdf

fixes infinite password field loading on deleting the pdf file from the sender's account
  • Loading branch information
stitesExpensify committed Jun 7, 2023
2 parents b00fc12 + 452ddf0 commit 8e52488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PDFView/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class PDFView extends Component {
this.setState({
failedToLoadPDF: true,
shouldAttemptPDFLoad: false,
shouldRequestPassword: false,
shouldShowLoadingIndicator: false,
});
}

Expand Down

0 comments on commit 8e52488

Please sign in to comment.