mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-28 21:30:18 +08:00
@@ -67,7 +67,11 @@ class ActionPanel extends StatelessWidget {
|
||||
),
|
||||
Expanded(
|
||||
child: TextButton.icon(
|
||||
onPressed: () => PageUtils.pushDynDetail(item, isPush: true),
|
||||
onPressed: () => PageUtils.pushDynDetail(
|
||||
item,
|
||||
isPush: true,
|
||||
viewComment: true,
|
||||
),
|
||||
icon: Icon(
|
||||
FontAwesomeIcons.comment,
|
||||
size: 16,
|
||||
|
||||
Reference in New Issue
Block a user