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

fixup! [android] Rename as Tor Browser

TB 45170: Tab Switcher shows Firefox's private browsing mask badge on tab switcher icon
parent 852d48f6
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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),
            )
        }
    }
}