mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(Custom branding icon): changed so that it is not a necessary patch option
This commit is contained in:
@ -57,7 +57,6 @@ object CustomBrandingIconPatch : ResourcePatch() {
|
|||||||
.split("\n")
|
.split("\n")
|
||||||
.joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line.
|
.joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line.
|
||||||
.trimIndent(), // Remove the leading newline.
|
.trimIndent(), // Remove the leading newline.
|
||||||
required = true
|
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun execute(context: ResourceContext) {
|
override fun execute(context: ResourceContext) {
|
||||||
|
@ -103,7 +103,6 @@ object CustomBrandingIconPatch : ResourcePatch() {
|
|||||||
.split("\n")
|
.split("\n")
|
||||||
.joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line.
|
.joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line.
|
||||||
.trimIndent(), // Remove the leading newline.
|
.trimIndent(), // Remove the leading newline.
|
||||||
required = true
|
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun execute(context: ResourceContext) {
|
override fun execute(context: ResourceContext) {
|
||||||
|
Reference in New Issue
Block a user