mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-21 00:37:18 +02:00
fix(amoled): add missing dependencies
This commit is contained in:
parent
c7a003af92
commit
ab720b4381
File diff suppressed because one or more lines are too long
@ -10,13 +10,19 @@ import app.revanced.patcher.patch.ResourcePatch
|
|||||||
import app.revanced.patcher.patch.annotations.DependsOn
|
import app.revanced.patcher.patch.annotations.DependsOn
|
||||||
import app.revanced.patcher.patch.annotations.Patch
|
import app.revanced.patcher.patch.annotations.Patch
|
||||||
import app.revanced.patches.music.layout.amoled.bytecode.patch.AmoledBytecodePatch
|
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 app.revanced.patches.shared.annotation.YouTubeMusicCompatibility
|
||||||
import org.w3c.dom.Element
|
import org.w3c.dom.Element
|
||||||
|
|
||||||
@Patch
|
@Patch
|
||||||
@Name("amoled")
|
@Name("amoled")
|
||||||
@Description("Applies pure black theme in flyout panels.")
|
@Description("Applies pure black theme in flyout panels.")
|
||||||
@DependsOn([AmoledBytecodePatch::class])
|
@DependsOn(
|
||||||
|
[
|
||||||
|
AmoledBytecodePatch::class,
|
||||||
|
MusicIntegrationsPatch::class
|
||||||
|
]
|
||||||
|
)
|
||||||
@YouTubeMusicCompatibility
|
@YouTubeMusicCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class AmoledPatch : ResourcePatch {
|
class AmoledPatch : ResourcePatch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user