mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
fix query follow up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -148,7 +148,7 @@ class DynamicsController extends GetxController
|
||||
var res = await DynamicsHttp.followUp();
|
||||
if (res.isSuccess) {
|
||||
upData.value = res.data;
|
||||
if (upData.value.upList!.isEmpty) {
|
||||
if (upData.value.upList.isNullOrEmpty) {
|
||||
mid.value = -1;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user