mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 17:24:56 +03:00
fix(mobile): reduce stutter/jank on search pages (#18363)
fix: reduce stutter/jank on search pages
This commit is contained in:
@@ -523,7 +523,7 @@ class SearchPage extends HookConsumerWidget {
|
||||
}
|
||||
|
||||
return Scaffold(
|
||||
resizeToAvoidBottomInset: true,
|
||||
resizeToAvoidBottomInset: false,
|
||||
appBar: AppBar(
|
||||
automaticallyImplyLeading: true,
|
||||
actions: [
|
||||
|
||||
Reference in New Issue
Block a user