mod: 更多回复键盘弹起样式

This commit is contained in:
guozhigq
2023-05-26 18:39:27 +08:00
parent bd8cf24fff
commit abf0272314
5 changed files with 34 additions and 49 deletions

View File

@ -47,8 +47,7 @@ class VideoDetailController extends GetxController {
showReplyReplyPanel() {
PersistentBottomSheetController<void>? ctr = scaffoldKey.currentState?.showBottomSheet<void>((BuildContext context) {
return
VideoReplyReplyPanel(
return VideoReplyReplyPanel(
oid: oid,
rpid: fRpid,
closePanel: ()=> {