revert: 评论详情优先展示二级评论
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user