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:
@@ -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,
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ class _WhisperDetailPageState
|
|||||||
),
|
),
|
||||||
title: GestureDetector(
|
title: GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
if (_whisperDetailController.mid != null) {
|
||||||
feedBack();
|
feedBack();
|
||||||
Get.toNamed(
|
Get.toNamed(
|
||||||
'/member?mid=${_whisperDetailController.mid}',
|
'/member?mid=${_whisperDetailController.mid}',
|
||||||
@@ -70,6 +71,7 @@ class _WhisperDetailPageState
|
|||||||
'face': _whisperDetailController.face,
|
'face': _whisperDetailController.face,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user