From 0602bbd2776a1115e0c3b9966212650d6741f4ae Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 28 Oct 2025 13:08:52 +0800 Subject: [PATCH] :bug: Fix AppBar in SafeArea in explore --- lib/screens/explore.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/screens/explore.dart b/lib/screens/explore.dart index 0585336e..4b982c60 100644 --- a/lib/screens/explore.dart +++ b/lib/screens/explore.dart @@ -350,7 +350,11 @@ class ExploreScreen extends HookConsumerWidget { toolbarHeight: 48 + 4, flexibleSpace: Container( height: 48, - margin: const EdgeInsets.only(left: 8, right: 8, top: 4), + margin: EdgeInsets.only( + left: 8, + right: 8, + top: 4 + MediaQuery.of(context).padding.top, + ), child: Row( children: [ Expanded(