fix: auto refresh

This commit is contained in:
lollipopkit
2024-05-09 23:32:23 +08:00
parent e2ddd48a79
commit 9a60e8f075
4 changed files with 28 additions and 27 deletions

View File

@@ -128,6 +128,7 @@ class ServerProvider extends ChangeNotifier {
bool onlyFailed = false,
}) async {
if (spi != null) {
_manualDisconnectedIds.remove(spi.id);
await _getData(spi);
return;
}