From 6feb1c15ee470ce3cca5b2cbbf0e18cd6a165a0e Mon Sep 17 00:00:00 2001 From: dom Date: Wed, 29 Apr 2026 17:20:45 +0800 Subject: [PATCH] tweak Signed-off-by: dom --- lib/pages/video/reply/view.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/pages/video/reply/view.dart b/lib/pages/video/reply/view.dart index ad86d5cd2..3c4480aa2 100644 --- a/lib/pages/video/reply/view.dart +++ b/lib/pages/video/reply/view.dart @@ -238,11 +238,10 @@ class _VideoReplyPanelState extends State EasyThrottle.throttle('replyReply', const Duration(milliseconds: 500), () { int oid = replyItem.oid.toInt(); int rpid = replyItem.id.toInt(); - showBottomSheet( - context: context, + Scaffold.of(context).showBottomSheet( backgroundColor: Colors.transparent, constraints: const BoxConstraints(), - builder: (context) => VideoReplyReplyPanel( + (context) => VideoReplyReplyPanel( id: id, oid: oid, rpid: rpid,