Skip to content

Commit e31a698

Browse files
refactor
1 parent c141747 commit e31a698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/shared/library/src/main/java/app/revanced/extension/shared/patches/CustomBrandingPatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void setNotificationIcon(Notification.Builder builder) {
7878
try {
7979
if (notificationSmallIcon != 0) {
8080
builder.setSmallIcon(notificationSmallIcon)
81-
.setColor(0x00000000); // Remove YT red tint.
81+
.setColor(Color.TRANSPARENT); // Remove YT red tint.
8282
}
8383
} catch (Exception ex) {
8484
Logger.printException(() -> "setNotificationIcon failure", ex);

0 commit comments

Comments
 (0)