mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 20:35:50 +08:00
mod: 评论页弹框高度
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user