mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-05-14 15:52:21 +08:00
fix: properly handle back button press in menu (#1032)
This commit is contained in:
@@ -180,6 +180,7 @@ class Menu extends React.Component<Props, State> {
|
||||
if (this.props.visible) {
|
||||
this.props.onDismiss();
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
_show = async () => {
|
||||
|
||||
Reference in New Issue
Block a user