We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c141747 commit e31a698Copy full SHA for e31a698
extensions/shared/library/src/main/java/app/revanced/extension/shared/patches/CustomBrandingPatch.java
@@ -78,7 +78,7 @@ public static void setNotificationIcon(Notification.Builder builder) {
78
try {
79
if (notificationSmallIcon != 0) {
80
builder.setSmallIcon(notificationSmallIcon)
81
- .setColor(0x00000000); // Remove YT red tint.
+ .setColor(Color.TRANSPARENT); // Remove YT red tint.
82
}
83
} catch (Exception ex) {
84
Logger.printException(() -> "setNotificationIcon failure", ex);
0 commit comments