mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Merge pull request #5403 from BlueWallet/tooltipcrash
FIX: Cleanup the menu when the view is navigating away
This commit is contained in:
commit
40abfc046e
@ -64,6 +64,7 @@ const ToolTipMenu = (props, ref) => {
|
||||
) : (
|
||||
<ContextMenuView
|
||||
ref={ref}
|
||||
internalCleanupMode="viewController"
|
||||
onPressMenuItem={({ nativeEvent }) => {
|
||||
props.onPressMenuItem(nativeEvent.actionKey);
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user