mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
opt: space tab
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -21,7 +21,7 @@ class SubController
|
||||
@override
|
||||
Future<void> queryData([bool isRefresh = true]) {
|
||||
if (mid == 0) {
|
||||
loadingState.value = Error('账号未登录');
|
||||
loadingState.value = const Error('账号未登录');
|
||||
return Future.value();
|
||||
}
|
||||
return super.queryData(isRefresh);
|
||||
|
||||
Reference in New Issue
Block a user