[mob][photos] Fix appbar getting clipped on custom font and display size on pixel 7

This commit is contained in:
ashilkn
2024-07-23 18:45:12 +05:30
parent 088b4b9cff
commit dbed9fb91c

View File

@@ -123,6 +123,7 @@ class FileAppBarState extends State<FileAppBar> {
switchInCurve: Curves.easeInOut,
switchOutCurve: Curves.easeInOut,
child: AppBar(
clipBehavior: Clip.none,
key: ValueKey(_isFileSwipeLocked),
iconTheme: const IconThemeData(
color: Colors.white,