fix: refresh uplist

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-26 17:02:14 +08:00
parent 40fb93f036
commit ed99aee3fd
4 changed files with 11 additions and 11 deletions

View File

@@ -110,10 +110,6 @@ class DynamicsController extends GetxController
upData.refresh();
}
upData.value.errMsg = null;
if (type == 'init') {
upData.value.upList = [];
upData.value.liveUsers = LiveUsers();
}
if (GStorage.setting
.get(SettingBoxKey.dynamicsShowAllFollowedUp, defaultValue: false)) {
allFollowedUpsPage = 1;