mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 12:29:37 +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>(
|
await showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
|
barrierDismissible: false,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return FusionDialog(
|
return FusionDialog(
|
||||||
walletId: widget.walletId,
|
walletId: widget.walletId,
|
||||||
|
|
Loading…
Reference in a new issue