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
1 changed file:
Changes:
| ... | ... | @@ -102,18 +102,6 @@ fun TabCounter( |
| 102 | 102 | contentColor = contentColor,
|
| 103 | 103 | )
|
| 104 | 104 | }
|
| 105 | - |
|
| 106 | - if (showPrivacyBadge) {
|
|
| 107 | - Image(
|
|
| 108 | - painter = painterResource(id = iconsR.drawable.mozac_ic_private_mode_circle_fill_stroke_20),
|
|
| 109 | - contentDescription = null,
|
|
| 110 | - modifier = Modifier
|
|
| 111 | - .testTag(TabCounterTestTags.PRIVACY_BADGE)
|
|
| 112 | - .align(Alignment.TopEnd)
|
|
| 113 | - .padding(0.dp)
|
|
| 114 | - .offset(x = 8.dp, y = (-8).dp),
|
|
| 115 | - )
|
|
| 116 | - }
|
|
| 117 | 105 | }
|
| 118 | 106 | }
|
| 119 | 107 |