revert: 评论详情优先展示二级评论

This commit is contained in:
guozhigq
2024-04-28 07:39:55 +08:00
parent 994ee6a972
commit 148f4a680d
6 changed files with 13 additions and 34 deletions

View File

@ -160,7 +160,7 @@ class VideoDetailController extends GetxController
getSubtitle();
}
showReplyReplyPanel(oid, fRpid, firstFloor, currentReply) {
showReplyReplyPanel(oid, fRpid, firstFloor) {
replyReplyBottomSheetCtr =
scaffoldKey.currentState?.showBottomSheet((BuildContext context) {
return VideoReplyReplyPanel(
@ -173,7 +173,6 @@ class VideoDetailController extends GetxController
replyType: ReplyType.video,
source: 'videoDetail',
sheetHeight: sheetHeight.value,
currentReply: currentReply,
);
});
replyReplyBottomSheetCtr?.closed.then((value) {