Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-29 17:20:45 +08:00
parent 57c683d5d8
commit 6feb1c15ee

View File

@@ -238,11 +238,10 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
EasyThrottle.throttle('replyReply', const Duration(milliseconds: 500), () { EasyThrottle.throttle('replyReply', const Duration(milliseconds: 500), () {
int oid = replyItem.oid.toInt(); int oid = replyItem.oid.toInt();
int rpid = replyItem.id.toInt(); int rpid = replyItem.id.toInt();
showBottomSheet( Scaffold.of(context).showBottomSheet(
context: context,
backgroundColor: Colors.transparent, backgroundColor: Colors.transparent,
constraints: const BoxConstraints(), constraints: const BoxConstraints(),
builder: (context) => VideoReplyReplyPanel( (context) => VideoReplyReplyPanel(
id: id, id: id,
oid: oid, oid: oid,
rpid: rpid, rpid: rpid,