mod: 依赖升级
This commit is contained in:
@ -105,7 +105,7 @@ class _ActionPanelState extends State<ActionPanel> {
|
||||
},
|
||||
child: Text(
|
||||
stat.like!.count ?? '点赞',
|
||||
key: ValueKey<String>(stat.like!.count!),
|
||||
key: ValueKey<String>(stat.like!.count ?? '点赞'),
|
||||
style: TextStyle(
|
||||
color: stat.like!.status! ? primary : color,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user