mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
chore: clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -70,7 +70,6 @@ class DynamicsController extends GetxController
|
||||
Future queryFollowing2() async {
|
||||
if (upData.value.upList != null &&
|
||||
upData.value.upList!.length >= allFollowedUpsTotal) {
|
||||
// SmartDialog.showToast('没有更多了');
|
||||
return;
|
||||
}
|
||||
var res = await FollowHttp.followings(
|
||||
@@ -187,7 +186,6 @@ class DynamicsController extends GetxController
|
||||
await controller.onRefresh();
|
||||
}
|
||||
|
||||
// 返回顶部并刷新
|
||||
@override
|
||||
void animateToTop() async {
|
||||
controller.animateToTop();
|
||||
|
||||
Reference in New Issue
Block a user