Skip to content

Commit

Permalink
Merge pull request #3581 from parasharrajat/attachment-picker
Browse files Browse the repository at this point in the history
fix: Document Picker crash on IOS
  • Loading branch information
ctkochan22 authored Jun 14, 2021
2 parents 53b1596 + faeb794 commit 5a04371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentPicker/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class AttachmentPicker extends Component {
.then(this.pickAttachment)
.catch(console.error)
.finally(() => delete this.onModalHide),
10,
200,
);

this.close();
Expand Down

0 comments on commit 5a04371

Please sign in to comment.