opt.: servers list -> map

This commit is contained in:
lollipopkit
2023-04-23 14:08:46 +08:00
parent bd608ce06f
commit 71243ea1fe
10 changed files with 85 additions and 80 deletions

View File

@@ -84,7 +84,7 @@ class _MyHomePageState extends State<MyHomePage>
switch (state) {
case AppLifecycleState.resumed:
if (isIOS) {
if (!_serverProvider.isAutoRefreshOn) {
_serverProvider.startAutoRefresh();
}
break;