From 258744fb92f8e4310c00a8dc946b4c64e79bc09c Mon Sep 17 00:00:00 2001 From: Chris Kosuke Tseng Date: Mon, 14 Jun 2021 15:00:38 -0700 Subject: [PATCH] Merge pull request #3581 from parasharrajat/attachment-picker fix: Document Picker crash on IOS (cherry picked from commit 5a043715a7d670b4182f39cd182ae3e66a806971) --- src/components/AttachmentPicker/index.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AttachmentPicker/index.native.js b/src/components/AttachmentPicker/index.native.js index c51efab7dee9..a35dcf63a51c 100644 --- a/src/components/AttachmentPicker/index.native.js +++ b/src/components/AttachmentPicker/index.native.js @@ -227,7 +227,7 @@ class AttachmentPicker extends Component { .then(this.pickAttachment) .catch(console.error) .finally(() => delete this.onModalHide), - 10, + 200, ); this.close();