mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: view whisper user
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -63,13 +63,15 @@ class _WhisperDetailPageState
|
||||
),
|
||||
title: GestureDetector(
|
||||
onTap: () {
|
||||
feedBack();
|
||||
Get.toNamed(
|
||||
'/member?mid=${_whisperDetailController.mid}',
|
||||
arguments: {
|
||||
'face': _whisperDetailController.face,
|
||||
},
|
||||
);
|
||||
if (_whisperDetailController.mid != null) {
|
||||
feedBack();
|
||||
Get.toNamed(
|
||||
'/member?mid=${_whisperDetailController.mid}',
|
||||
arguments: {
|
||||
'face': _whisperDetailController.face,
|
||||
},
|
||||
);
|
||||
}
|
||||
},
|
||||
child: Row(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user