Dan Ballard pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 425cfe4d by clairehurst at 2026-08-13T10:40:11-06:00 fixup! [android] Rename as Tor Browser TB 45170: Tab Switcher shows Firefox's private browsing mask badge on tab switcher icon - - - - - 1 changed file: - mobile/android/android-components/components/ui/tabcounter/src/main/java/mozilla/components/ui/tabcounter/TabCounter.kt Changes: ===================================== mobile/android/android-components/components/ui/tabcounter/src/main/java/mozilla/components/ui/tabcounter/TabCounter.kt ===================================== @@ -102,18 +102,6 @@ fun TabCounter( contentColor = contentColor, ) } - - if (showPrivacyBadge) { - Image( - painter = painterResource(id = iconsR.drawable.mozac_ic_private_mode_circle_fill_stroke_20), - contentDescription = null, - modifier = Modifier - .testTag(TabCounterTestTags.PRIVACY_BADGE) - .align(Alignment.TopEnd) - .padding(0.dp) - .offset(x = 8.dp, y = (-8).dp), - ) - } } } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/425cfe4d... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/425cfe4d... 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)
-
Dan Ballard (@dan)