mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 04:26:58 +08:00
opt: space tab
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -17,7 +17,7 @@ class FavController
|
||||
@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