优化使用体验

This commit is contained in:
jyuesong
2022-06-07 19:32:39 +08:00
parent 9759caf9b8
commit b89de1414a
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class EnvViewModel extends BaseViewModel {
Future<void> loadData([isLoading = true]) async {
if (isLoading) {
if (isLoading && list.isEmpty) {
loading(notify: true);
}