Skip to content

Commit 5a04371

Browse files
author
Chris Kosuke Tseng
authored
Merge pull request #3581 from parasharrajat/attachment-picker
fix: Document Picker crash on IOS
2 parents 53b1596 + faeb794 commit 5a04371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AttachmentPicker/index.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class AttachmentPicker extends Component {
227227
.then(this.pickAttachment)
228228
.catch(console.error)
229229
.finally(() => delete this.onModalHide),
230-
10,
230+
200,
231231
);
232232

233233
this.close();

0 commit comments

Comments
 (0)