mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
do not close dialog by clicking outside of it
This commit is contained in:
parent
7b020fbbbb
commit
7c087fadf9
1 changed files with 1 additions and 0 deletions
|
@ -651,6 +651,7 @@ class _DesktopCashFusion extends ConsumerState<DesktopCashFusionView> {
|
|||
|
||||
await showDialog<void>(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
builder: (context) {
|
||||
return FusionDialog(
|
||||
walletId: widget.walletId,
|
||||
|
|
Loading…
Reference in a new issue