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

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