mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
merge mine & media
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -47,7 +47,10 @@ class _MemberDynamicsPageState extends State<MemberDynamicsPage>
|
||||
return widget.mid == null
|
||||
? Scaffold(
|
||||
appBar: AppBar(title: const Text('我的动态')),
|
||||
body: _buildBody,
|
||||
body: SafeArea(
|
||||
bottom: false,
|
||||
child: _buildBody,
|
||||
),
|
||||
)
|
||||
: _buildBody;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user