Merge branch 'fix' into alpha
This commit is contained in:
@ -92,11 +92,11 @@ class VideoReplyController extends GetxController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
replies.insertAll(0, res['data'].topReplies);
|
replies.insertAll(0, res['data'].topReplies);
|
||||||
|
count.value = res['data'].page.count;
|
||||||
replyList.value = replies;
|
replyList.value = replies;
|
||||||
} else {
|
} else {
|
||||||
replyList.addAll(replies);
|
replyList.addAll(replies);
|
||||||
}
|
}
|
||||||
count.value = res['data'].page.count;
|
|
||||||
}
|
}
|
||||||
isLoadingMore = false;
|
isLoadingMore = false;
|
||||||
return res;
|
return res;
|
||||||
|
|||||||
@ -183,8 +183,8 @@ class _HeaderControlState extends State<HeaderControl> {
|
|||||||
/// 选择倍速
|
/// 选择倍速
|
||||||
void showSetSpeedSheet() {
|
void showSetSpeedSheet() {
|
||||||
double currentSpeed = widget.controller!.playbackSpeed;
|
double currentSpeed = widget.controller!.playbackSpeed;
|
||||||
SmartDialog.show(
|
showDialog(
|
||||||
animationType: SmartAnimationType.centerFade_otherSlide,
|
context: Get.context!,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
title: const Text('播放速度'),
|
title: const Text('播放速度'),
|
||||||
|
|||||||
Reference in New Issue
Block a user