Skip to content

Commit

Permalink
fix: properly handle back button press in menu (callstack#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadthayyil authored and Trancever committed Jun 27, 2019
1 parent 391fe53 commit 72b201f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class Menu extends React.Component<Props, State> {
if (this.props.visible) {
this.props.onDismiss();
}
return true;
};

_show = async () => {
Expand Down

0 comments on commit 72b201f

Please sign in to comment.