mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 01:26:59 +08:00
mod: refresh
related #306 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -162,11 +162,9 @@ class DynamicsController extends GetxController
|
||||
|
||||
onRefresh() async {
|
||||
queryFollowUp();
|
||||
await Future.wait(<Future>[
|
||||
Get.find<DynamicsTabController>(
|
||||
tag: tabsConfig[tabController.index]['tag'])
|
||||
.onRefresh()
|
||||
]);
|
||||
await Get.find<DynamicsTabController>(
|
||||
tag: tabsConfig[tabController.index]['tag'])
|
||||
.onRefresh();
|
||||
}
|
||||
|
||||
// 返回顶部并刷新
|
||||
|
||||
Reference in New Issue
Block a user