Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-20 11:55:27 +08:00
parent e7cda7b9fa
commit aad980ce23
4 changed files with 15 additions and 10 deletions

View File

@@ -188,7 +188,8 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel>
: const AlwaysScrollableScrollPhysics(),
slivers: [
if (!isDialogue) ...[
if (widget.firstFloor case final firstFloor?)
if ((widget.firstFloor ?? _controller.firstFloor.value)
case final firstFloor?)
_header(theme, firstFloor)
else
Obx(() {