Skip to content

Commit

Permalink
Merge pull request Expensify#13791 from Expensify/Rory-RemoveUnusedKe…
Browse files Browse the repository at this point in the history
…yboardEvent

[No QA] Remove unused keyboard event
  • Loading branch information
robertjchen authored Dec 27, 2022
2 parents 276f177 + 53bc1ea commit 6a56886
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/home/report/ReportActionsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ class ReportActionsView extends React.Component {
}

componentWillUnmount() {
if (this.keyboardEvent) {
this.keyboardEvent.remove();
}

if (this.unsubscribeVisibilityListener) {
this.unsubscribeVisibilityListener();
}
Expand Down

0 comments on commit 6a56886

Please sign in to comment.