fix: properly handle back button press in menu (#1032)

This commit is contained in:
Iyad Thayyil
2019-04-28 11:58:50 +03:00
committed by Dawid
parent d8d5ccc52f
commit 4985fee936

View File

@@ -180,6 +180,7 @@ class Menu extends React.Component<Props, State> {
if (this.props.visible) {
this.props.onDismiss();
}
return true;
};
_show = async () => {