fix: use correct navigator for dialog (#2223)
Serhii committed
Apr 24, 2025 at 02:08 UTC
526796e2d7a6ed3b843ff9b8292f5fcb07e9af07
1 file changed
+1
lib/src/screens/unspent_coins/unspent_coins_list_page.dart
+1
@@ -97,6 +97,7 @@ class UnspentCoinsListFormState extends State<UnspentCoinsListForm> {
97
void _showSavingDataAlert() {
98
showDialog<void>(
99
context: context,
100
+ useRootNavigator: false,
101
builder: (BuildContext context) {
102
return AlertWithNoAction(
103
alertContent: 'Updating, please wait…',