[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-148.0a1-16.0-2] 2 commits: fixup! TB 44098: [android] Disable sync



Title: GitLab

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
    fixup! TB 44098: [android] Disable sync
    
  • 1142203f
    by clairehurst at 2026-03-03T09:19:42-08:00
    fixup! TB 34403 [android]: Disable Normal mode by default.
    

1 changed file:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tabstray/ui/banner/TabsTrayBanner.kt
    ... ... @@ -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
             },
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx