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

@@ -61,8 +61,7 @@ class ActionPanel extends StatelessWidget {
),
Expanded(
child: TextButton.icon(
onPressed: () =>
PageUtils.pushDynDetail(item, isPush: true, viewReply: true),
onPressed: () => PageUtils.pushDynDetail(item, isPush: true),
icon: Icon(
FontAwesomeIcons.comment,
size: 16,