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

This commit is contained in:
guozhigq
2024-04-28 07:39:55 +08:00
parent c653a60f05
commit 750e9d2b58
6 changed files with 13 additions and 34 deletions

View File

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