mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
fix: like details (#1438)
* fix: like details * check counts --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
ec37af5900
commit
8f87d248a1
@@ -170,9 +170,10 @@ class _LikeMePageState extends State<LikeMePage> {
|
||||
if (item.counts! > 1) {
|
||||
Get.toNamed(
|
||||
'msgLikeDetail',
|
||||
parameters: {
|
||||
arguments: {
|
||||
'id': item.id!.toString(),
|
||||
if (!isInvalid) 'uri': nativeUri,
|
||||
'counts': item.counts,
|
||||
},
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user