mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 03:23:45 +09:00
fix(mobile): reduce stutter/jank on search pages (#18363)
fix: reduce stutter/jank on search pages
This commit is contained in:
@@ -167,6 +167,7 @@ class TabControllerPage extends HookConsumerWidget {
|
||||
onPopInvokedWithResult: (didPop, _) =>
|
||||
!didPop ? tabsRouter.setActiveIndex(0) : null,
|
||||
child: Scaffold(
|
||||
resizeToAvoidBottomInset: false,
|
||||
body: isScreenLandscape
|
||||
? Row(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user