opt view dyn reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-24 18:07:01 +08:00
parent fcf4e72d8e
commit 161bf2eedb
4 changed files with 31 additions and 6 deletions

View File

@@ -113,7 +113,10 @@ class _DynamicDetailPageState extends CommonDynPageState<DynamicDetailPage> {
),
),
buildReplyHeader(theme),
Obx(() => replyList(theme, controller.loadingState.value)),
Obx(
key: controller.replyKey,
() => replyList(theme, controller.loadingState.value),
),
],
),
);