fix(mobile): reduce stutter/jank on search pages (#18363)

fix: reduce stutter/jank on search pages
This commit is contained in:
Saschl 2025-05-19 16:24:58 +02:00 committed by GitHub
parent 230c286b97
commit 9e47093501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -167,6 +167,7 @@ class TabControllerPage extends HookConsumerWidget {
onPopInvokedWithResult: (didPop, _) =>
!didPop ? tabsRouter.setActiveIndex(0) : null,
child: Scaffold(
resizeToAvoidBottomInset: false,
body: isScreenLandscape
? Row(
children: [