Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-11 15:54:51 +08:00
parent 459f84b208
commit e70b4d341c
12 changed files with 18 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
Widget build(BuildContext context) {
super.build(context);
final theme = Theme.of(context);
final padding = MediaQuery.viewPaddingOf(context);
final padding = MediaQuery.viewPaddingOf(context).copyWith(top: 0);
final bottomH = 50 + padding.bottom;
return Stack(
clipBehavior: Clip.none,