mod: 评论页弹框高度

This commit is contained in:
guozhigq
2023-07-15 18:25:10 +08:00
parent c7b67c3a10
commit a23103eb69
5 changed files with 27 additions and 13 deletions

View File

@ -73,7 +73,7 @@ class VideoDetailController extends GetxController
queryVideoUrl();
}
showReplyReplyPanel() {
showReplyReplyPanel(paddingTop) {
PersistentBottomSheetController<void>? ctr =
scaffoldKey.currentState?.showBottomSheet<void>((BuildContext context) {
return VideoReplyReplyPanel(
@ -83,6 +83,7 @@ class VideoDetailController extends GetxController
fRpid = 0,
},
firstFloor: firstFloor,
paddingTop: paddingTop,
);
});
ctr?.closed.then((value) {