Revert "opt view dyn reply"

This reverts commit 161bf2eedb.
This commit is contained in:
bggRGjQaUbCoE
2025-12-26 10:43:10 +08:00
parent 20a36e8f9a
commit b5fe0faeec
4 changed files with 6 additions and 31 deletions

View File

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