2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1837417 - Remember synced tabs collapsed/expanded state in composed tabs tray

This commit is contained in:
Alexandru2909 2023-06-23 17:13:49 +03:00 committed by mergify[bot]
parent 8fa7e645f0
commit a1570e70d6

View File

@ -167,6 +167,7 @@ fun TabsTray(
pageCount = Page.values().size,
modifier = Modifier.fillMaxSize(),
state = pagerState,
beyondBoundsPageCount = 2,
userScrollEnabled = false,
) { position ->
when (Page.positionToPage(position)) {