mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
don't cancel fusion on dialog closed
This commit is contained in:
parent
5359980b54
commit
2439163ef5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class _FusionDialogViewState extends ConsumerState<FusionDialogView> {
|
|||
style: STextStyles.desktopH3(context),
|
||||
),
|
||||
DesktopDialogCloseButton(
|
||||
onPressedOverride: () => Navigator.of(context).pop(true),
|
||||
onPressedOverride: () => Navigator.of(context).pop(false),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue