Dan Ballard pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
9a24e35c
by clairehurst at 2026-03-03T09:19:42-08:00
-
1142203f
by clairehurst at 2026-03-03T09:19:42-08:00
1 changed file:
Changes:
| ... | ... | @@ -326,40 +326,6 @@ private fun TabPageBanner( |
| 326 | 326 | style = FirefoxTheme.typography.button,
|
| 327 | 327 | )
|
| 328 | 328 | }
|
| 329 | - |
|
| 330 | - Tab(
|
|
| 331 | - selected = selectedPage == Page.NormalTabs,
|
|
| 332 | - onClick = { onTabPageIndicatorClicked(Page.NormalTabs) },
|
|
| 333 | - modifier = Modifier
|
|
| 334 | - .testTag(TabsTrayTestTag.NORMAL_TABS_PAGE_BUTTON)
|
|
| 335 | - .semantics {
|
|
| 336 | - contentDescription = normalTabDescription
|
|
| 337 | - }
|
|
| 338 | - .height(RowHeight),
|
|
| 339 | - unselectedContentColor = inactiveColor,
|
|
| 340 | - ) {
|
|
| 341 | - Text(
|
|
| 342 | - text = stringResource(R.string.tabs_header_normal_tabs_title),
|
|
| 343 | - style = FirefoxTheme.typography.button,
|
|
| 344 | - )
|
|
| 345 | - }
|
|
| 346 | - |
|
| 347 | - Tab(
|
|
| 348 | - selected = selectedPage == Page.SyncedTabs,
|
|
| 349 | - onClick = { onTabPageIndicatorClicked(Page.SyncedTabs) },
|
|
| 350 | - modifier = Modifier
|
|
| 351 | - .testTag(TabsTrayTestTag.SYNCED_TABS_PAGE_BUTTON)
|
|
| 352 | - .semantics {
|
|
| 353 | - contentDescription = syncedTabDescription
|
|
| 354 | - }
|
|
| 355 | - .height(RowHeight),
|
|
| 356 | - unselectedContentColor = inactiveColor,
|
|
| 357 | - ) {
|
|
| 358 | - Text(
|
|
| 359 | - text = stringResource(id = R.string.tabs_header_synced_tabs_title),
|
|
| 360 | - style = FirefoxTheme.typography.button,
|
|
| 361 | - )
|
|
| 362 | - }
|
|
| 363 | 329 | }
|
| 364 | 330 | }
|
| 365 | 331 | },
|