mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
fix #168
This commit is contained in:
@@ -70,7 +70,7 @@ class ServerPrivateInfo {
|
||||
return data;
|
||||
}
|
||||
|
||||
Server? get findServer => Providers.server.servers[id];
|
||||
Server? get server => Providers.server.pick(spi: this);
|
||||
|
||||
bool shouldReconnect(ServerPrivateInfo old) {
|
||||
return id != old.id ||
|
||||
|
||||
Reference in New Issue
Block a user