Skip to content

Commit

Permalink
fix: Document Picker crash on IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Jun 14, 2021
1 parent 05aedfe commit faeb794
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 faeb794

Please sign in to comment.