Commit 977531c8 authored by clairehurst's avatar clairehurst 🌱 Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Rename as Tor Browser

Bug 45045: Remove moz asset in Downloads screen
parent bb287244
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -572,13 +572,6 @@ private fun EmptyState(modifier: Modifier = Modifier) {
        verticalArrangement = Arrangement.Center,
        horizontalAlignment = Alignment.CenterHorizontally,
    ) {
        Image(
            painter = painterResource(R.drawable.illustration_fox_box_inside_light),
            contentDescription = null,
        )

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

        Text(
            text = stringResource(id = R.string.download_empty_message_2),
            color = MaterialTheme.colorScheme.onSurface,