diff --git a/lib/ui/viewer/file/file_app_bar.dart b/lib/ui/viewer/file/file_app_bar.dart index 5e9224a4a..ebcc06c93 100644 --- a/lib/ui/viewer/file/file_app_bar.dart +++ b/lib/ui/viewer/file/file_app_bar.dart @@ -85,7 +85,7 @@ class FileAppBarState extends State { ); }, ), - Size.fromHeight(Platform.isAndroid ? 80 : 96), + Size.fromHeight(Platform.isAndroid ? 84 : 96), ); }