Commit 9a24e35c authored by clairehurst's avatar clairehurst 🌱 Committed by Dan Ballard
Browse files

fixup! TB 44098: [android] Disable sync

parent ec8f5ce3
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -343,23 +343,6 @@ private fun TabPageBanner(
                            style = FirefoxTheme.typography.button,
                        )
                    }

                    Tab(
                        selected = selectedPage == Page.SyncedTabs,
                        onClick = { onTabPageIndicatorClicked(Page.SyncedTabs) },
                        modifier = Modifier
                            .testTag(TabsTrayTestTag.SYNCED_TABS_PAGE_BUTTON)
                            .semantics {
                                contentDescription = syncedTabDescription
                            }
                            .height(RowHeight),
                        unselectedContentColor = inactiveColor,
                    ) {
                        Text(
                            text = stringResource(id = R.string.tabs_header_synced_tabs_title),
                            style = FirefoxTheme.typography.button,
                        )
                    }
                }
            }
        },