Skip to content

Commit 123d152

Browse files
remove launcher_round.png that is missing in recent YT targets
1 parent 6f0a111 commit 123d152

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

β€Žpatches/src/main/kotlin/app/revanced/patches/youtube/layout/branding/CustomBrandingPatch.ktβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val customBrandingPatch = baseCustomBrandingPatch(
3434
),
3535
legacyIconResourceFileNames = arrayOf(
3636
"ic_launcher",
37-
"ic_launcher_round",
37+
// "ic_launcher_round" also exists in 19.34, but was removed in later targets.
3838
),
3939

4040
block = {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)