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:
parent
8fa7e645f0
commit
a1570e70d6
@ -167,6 +167,7 @@ fun TabsTray(
|
||||
pageCount = Page.values().size,
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
state = pagerState,
|
||||
beyondBoundsPageCount = 2,
|
||||
userScrollEnabled = false,
|
||||
) { position ->
|
||||
when (Page.positionToPage(position)) {
|
||||
|
Loading…
Reference in New Issue
Block a user