mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-04 09:09:48 +08:00
show dyn pugv
Closes #1064 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -73,11 +73,11 @@ class MemberAudioItem extends StatelessWidget {
|
||||
children: [
|
||||
StatWidget(
|
||||
type: StatType.listen,
|
||||
value: item.statistic?.play,
|
||||
value: item.statistic!.play,
|
||||
),
|
||||
StatWidget(
|
||||
type: StatType.reply,
|
||||
value: item.statistic?.comment,
|
||||
value: item.statistic!.comment,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user