From dbed9fb91c483dc1acf26bf24167e5f39a072823 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Tue, 23 Jul 2024 18:45:12 +0530 Subject: [PATCH] [mob][photos] Fix appbar getting clipped on custom font and display size on pixel 7 --- mobile/lib/ui/viewer/file/file_app_bar.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/ui/viewer/file/file_app_bar.dart b/mobile/lib/ui/viewer/file/file_app_bar.dart index df4f425767..e67795888f 100644 --- a/mobile/lib/ui/viewer/file/file_app_bar.dart +++ b/mobile/lib/ui/viewer/file/file_app_bar.dart @@ -123,6 +123,7 @@ class FileAppBarState extends State { switchInCurve: Curves.easeInOut, switchOutCurve: Curves.easeInOut, child: AppBar( + clipBehavior: Clip.none, key: ValueKey(_isFileSwipeLocked), iconTheme: const IconThemeData( color: Colors.white,