mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +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),
|
style: STextStyles.desktopH3(context),
|
||||||
),
|
),
|
||||||
DesktopDialogCloseButton(
|
DesktopDialogCloseButton(
|
||||||
onPressedOverride: () => Navigator.of(context).pop(true),
|
onPressedOverride: () => Navigator.of(context).pop(false),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue