Commit ff075a86 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 44098: [android] Disable sync

Fixed 152 build errors.
parent 025849f1
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1058,14 +1058,6 @@ private fun RootEmptyContent(

    if (showSignIn) {
        Spacer(modifier = Modifier.height(FirefoxTheme.layout.space.static200))

        OutlinedButton(
            text = stringResource(R.string.bookmark_empty_list_guest_cta),
            onClick = { dispatcher(SignIntoSyncClicked) },
            modifier = Modifier
                .heightIn(40.dp)
                .fillMaxWidth(),
        )
    }
}