Don't reverse top search bar in pager layout

This commit is contained in:
MM20 2023-01-22 00:22:40 +01:00
parent 9917707342
commit a5088f4185
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -505,7 +505,7 @@ fun PagerScaffold(
onValueChange = { searchVM.search(it) },
darkColors = LocalPreferDarkContentOverWallpaper.current && searchBarColor == SearchBarColors.Auto || searchBarColor == SearchBarColors.Dark,
style = searchBarStyle,
reverse = true
reverse = bottomSearchBar
)
}
}