opt: view whisper user

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-19 14:07:16 +08:00
parent 75cbd20f54
commit 5ed86b9165
2 changed files with 10 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ class _SearchTrendingPageState extends State<SearchTrendingPage> {
: maxWidth; : maxWidth;
_offset = width * 528 / 1125 - 56 - Get.mediaQuery.padding.top; _offset = width * 528 / 1125 - 56 - Get.mediaQuery.padding.top;
listener(); listener();
final removePadding = width > maxWidth; final removePadding = maxWidth > width;
return Scaffold( return Scaffold(
extendBody: true, extendBody: true,
extendBodyBehindAppBar: true, extendBodyBehindAppBar: true,

View File

@@ -63,13 +63,15 @@ class _WhisperDetailPageState
), ),
title: GestureDetector( title: GestureDetector(
onTap: () { onTap: () {
feedBack(); if (_whisperDetailController.mid != null) {
Get.toNamed( feedBack();
'/member?mid=${_whisperDetailController.mid}', Get.toNamed(
arguments: { '/member?mid=${_whisperDetailController.mid}',
'face': _whisperDetailController.face, arguments: {
}, 'face': _whisperDetailController.face,
); },
);
}
}, },
child: Row( child: Row(
children: [ children: [