clairehurst pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
22a770a7
by clairehurst at 2026-07-02T15:44:58-06:00
1 changed file:
Changes:
| ... | ... | @@ -572,13 +572,6 @@ private fun EmptyState(modifier: Modifier = Modifier) { |
| 572 | 572 | verticalArrangement = Arrangement.Center,
|
| 573 | 573 | horizontalAlignment = Alignment.CenterHorizontally,
|
| 574 | 574 | ) {
|
| 575 | - Image(
|
|
| 576 | - painter = painterResource(R.drawable.illustration_fox_box_inside_light),
|
|
| 577 | - contentDescription = null,
|
|
| 578 | - )
|
|
| 579 | - |
|
| 580 | - Spacer(modifier = Modifier.height(FirefoxTheme.layout.space.static200))
|
|
| 581 | - |
|
| 582 | 575 | Text(
|
| 583 | 576 | text = stringResource(id = R.string.download_empty_message_2),
|
| 584 | 577 | color = MaterialTheme.colorScheme.onSurface,
|