mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +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
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ const ToolTipMenu = (props, ref) => {
|
|||
) : (
|
||||
<ContextMenuView
|
||||
ref={ref}
|
||||
internalCleanupMode="viewController"
|
||||
onPressMenuItem={({ nativeEvent }) => {
|
||||
props.onPressMenuItem(nativeEvent.actionKey);
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue