mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -73,7 +73,7 @@ class DynamicsController extends GetxController
|
||||
initialValue.value = value;
|
||||
}
|
||||
|
||||
Future queryFollowing2() async {
|
||||
Future<void> queryFollowing2() async {
|
||||
if (upData.value.upList != null &&
|
||||
upData.value.upList!.length >= allFollowedUpsTotal) {
|
||||
return;
|
||||
@@ -108,7 +108,7 @@ class DynamicsController extends GetxController
|
||||
}
|
||||
|
||||
late bool isQuerying = false;
|
||||
Future queryFollowUp({type = 'init'}) async {
|
||||
Future<void> queryFollowUp({type = 'init'}) async {
|
||||
if (isQuerying) return;
|
||||
isQuerying = true;
|
||||
if (!isLogin.value) {
|
||||
|
||||
@@ -31,7 +31,7 @@ class _ActionPanelState extends State<ActionPanel> {
|
||||
}
|
||||
|
||||
// 动态点赞
|
||||
Future onLikeDynamic() async {
|
||||
Future<void> onLikeDynamic() async {
|
||||
feedBack();
|
||||
final item = widget.item;
|
||||
String dynamicId = item.idStr!;
|
||||
|
||||
Reference in New Issue
Block a user