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 fixup! [android] Rename as Tor Browser Bug 45045: Remove moz asset in Downloads screen - - - - - 1 changed file: - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/downloads/listscreen/DownloadsScreen.kt Changes: ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/downloads/listscreen/DownloadsScreen.kt ===================================== @@ -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, View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/22a770a7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/22a770a7... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
clairehurst (@clairehurst)