mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 写评论时避免误触界面收起
This commit is contained in:
@@ -383,6 +383,7 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
isDismissible: false,
|
||||
builder: (BuildContext context) {
|
||||
return VideoReplyNewDialog(
|
||||
oid: _dynamicDetailController.oid ??
|
||||
|
||||
Reference in New Issue
Block a user