From 6e79be9315b296a4d02609aadf5c791a0c4a5dc5 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Wed, 6 Dec 2023 03:59:00 +0900 Subject: [PATCH] fix(Custom branding icon): changed so that it is not a necessary patch option --- .../music/general/branding/icon/CustomBrandingIconPatch.kt | 1 - .../youtube/layout/branding/icon/CustomBrandingIconPatch.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconPatch.kt index 75c815906..95a39e04b 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconPatch.kt @@ -57,7 +57,6 @@ object CustomBrandingIconPatch : ResourcePatch() { .split("\n") .joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line. .trimIndent(), // Remove the leading newline. - required = true ) override fun execute(context: ResourceContext) { diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt index aeeca9f80..3643b3de7 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt @@ -103,7 +103,6 @@ object CustomBrandingIconPatch : ResourcePatch() { .split("\n") .joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line. .trimIndent(), // Remove the leading newline. - required = true ) override fun execute(context: ResourceContext) {