mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: use correct navigator for dialog (#2223)
This commit is contained in:
parent
1b04619c2a
commit
526796e2d7
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class UnspentCoinsListFormState extends State<UnspentCoinsListForm> {
|
||||||
void _showSavingDataAlert() {
|
void _showSavingDataAlert() {
|
||||||
showDialog<void>(
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
|
useRootNavigator: false,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return AlertWithNoAction(
|
return AlertWithNoAction(
|
||||||
alertContent: 'Updating, please wait…',
|
alertContent: 'Updating, please wait…',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue