Merge branch 'fix' into alpha

This commit is contained in:
guozhigq
2023-10-23 23:08:32 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -92,11 +92,11 @@ class VideoReplyController extends GetxController {
}
}
replies.insertAll(0, res['data'].topReplies);
count.value = res['data'].page.count;
replyList.value = replies;
} else {
replyList.addAll(replies);
}
count.value = res['data'].page.count;
}
isLoadingMore = false;
return res;

View File

@ -183,8 +183,8 @@ class _HeaderControlState extends State<HeaderControl> {
/// 选择倍速
void showSetSpeedSheet() {
double currentSpeed = widget.controller!.playbackSpeed;
SmartDialog.show(
animationType: SmartAnimationType.centerFade_otherSlide,
showDialog(
context: Get.context!,
builder: (context) {
return AlertDialog(
title: const Text('播放速度'),