fix: like details (#1438)

* fix: like details

* check counts

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2025-10-03 16:46:14 +08:00
committed by GitHub
parent ec37af5900
commit 8f87d248a1
3 changed files with 32 additions and 12 deletions

View File

@@ -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;