From c1d3efd9d8482ea4736e0e5b95598c97ea5788d6 Mon Sep 17 00:00:00 2001 From: payal-lathidadiya <130229379+payal-lathidadiya@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:30:50 +0530 Subject: [PATCH] fix: infinite password field loading on deleting the pdf file from the sender's account --- src/components/PDFView/index.native.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PDFView/index.native.js b/src/components/PDFView/index.native.js index 6df692607f3..7f9f33fca6f 100644 --- a/src/components/PDFView/index.native.js +++ b/src/components/PDFView/index.native.js @@ -62,6 +62,8 @@ class PDFView extends Component { this.setState({ failedToLoadPDF: true, shouldAttemptPDFLoad: false, + shouldRequestPassword: false, + shouldShowLoadingIndicator: false, }); }