diff --git a/src/components/AttachmentModal.js b/src/components/AttachmentModal.js
index 8231dd7c4fe2..8fcf765ef7c5 100755
--- a/src/components/AttachmentModal.js
+++ b/src/components/AttachmentModal.js
@@ -443,16 +443,21 @@ function AttachmentModal(props) {
) : (
Boolean(sourceForAttachmentView) &&
shouldLoadAttachment && (
-
+ // We need the following View component on android native
+ // So that the event will propagate properly and
+ // the Password protected preview will be shown for pdf attachement we are about to send.
+
+
+
)
)}