hotfix nodes page loading in the wrong nodes (#1112)

This commit is contained in:
Matthew Fosse 2023-10-05 09:42:35 -04:00 committed by GitHub
parent b414893211
commit cb21a28b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ Future<void> defaultSettingsMigration(
break; break;
case 22: case 22:
await addNanoNodeList(nodes: nodes); await addNanoNodeList(nodes: nodes);
await addNanoPowNodeList(nodes: nodes); await addNanoPowNodeList(nodes: powNodes);
await changeNanoCurrentNodeToDefault(sharedPreferences: sharedPreferences, nodes: nodes); await changeNanoCurrentNodeToDefault(sharedPreferences: sharedPreferences, nodes: nodes);
await changeNanoCurrentPowNodeToDefault( await changeNanoCurrentPowNodeToDefault(
sharedPreferences: sharedPreferences, nodes: powNodes); sharedPreferences: sharedPreferences, nodes: powNodes);