mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
fix: whisper mid
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -341,13 +341,14 @@ class UserInfoCard extends StatelessWidget {
|
||||
IconButton.outlined(
|
||||
onPressed: () {
|
||||
if (GStorage.userInfo.get('userInfoCache') != null) {
|
||||
int mid = int.parse(card.mid!);
|
||||
Get.toNamed(
|
||||
'/whisperDetail',
|
||||
arguments: {
|
||||
'talkerId': int.parse(card.mid!),
|
||||
'talkerId': mid,
|
||||
'name': card.name,
|
||||
'face': card.face,
|
||||
'mid': card.mid,
|
||||
'mid': mid,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user