fix: use correct navigator for dialog (#2223)

This commit is contained in:
Serhii 2025-04-24 02:08:14 +03:00 committed by GitHub
parent 1b04619c2a
commit 526796e2d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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…',