Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-17 12:43:09 +08:00
parent ab1e5cb62a
commit b4fb7d14d4
31 changed files with 84 additions and 85 deletions

View File

@@ -278,7 +278,7 @@ class _DynamicDetailPageState extends CommonDynPageState<DynamicDetailPage> {
useSafeArea: true,
builder: (context) => RepostPanel(
item: controller.dynItem,
callback: () {
onSuccess: () {
if (forward != null) {
int count = forward.count ?? 0;
forward.count = count + 1;