mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
opt ui
Closes #1050 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -107,7 +107,7 @@ class _PostPanelState extends CommonCollapseSlidePageState<PostPanel> {
|
||||
if (list.isNullOrEmpty) {
|
||||
return errorWidget();
|
||||
}
|
||||
final bottom = MediaQuery.paddingOf(context).bottom;
|
||||
final bottom = MediaQuery.viewPaddingOf(context).bottom;
|
||||
return Stack(
|
||||
clipBehavior: Clip.none,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user