Skip to content

Commit

Permalink
fix: amoled patch changes other areas to black color besides the flyo…
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Apr 17, 2023
1 parent 9e9f103 commit 4d58acf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package app.revanced.patches.music.layout.amoled.resource.patch
package app.revanced.patches.music.layout.amoled.patch

import app.revanced.patcher.annotation.Description
import app.revanced.patcher.annotation.Name
Expand All @@ -7,22 +7,13 @@ import app.revanced.patcher.data.ResourceContext
import app.revanced.patcher.patch.PatchResult
import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.patch.ResourcePatch
import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.music.layout.amoled.bytecode.patch.AmoledBytecodePatch
import app.revanced.patches.music.misc.integrations.patch.MusicIntegrationsPatch
import app.revanced.patches.shared.annotation.YouTubeMusicCompatibility
import org.w3c.dom.Element

@Patch
@Name("amoled")
@Description("Applies pure black theme in flyout panels.")
@DependsOn(
[
AmoledBytecodePatch::class,
MusicIntegrationsPatch::class
]
)
@YouTubeMusicCompatibility
@Version("0.0.1")
class AmoledPatch : ResourcePatch {
Expand Down

0 comments on commit 4d58acf

Please sign in to comment.