mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix: incorrect file name
This commit is contained in:
@ -26,7 +26,7 @@ import org.w3c.dom.Element
|
|||||||
)
|
)
|
||||||
@YouTubeCompatibility
|
@YouTubeCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class ThemePatch : ResourcePatch {
|
class SeekbarColorPatch : ResourcePatch {
|
||||||
override fun execute(context: ResourceContext): PatchResult {
|
override fun execute(context: ResourceContext): PatchResult {
|
||||||
|
|
||||||
context.xmlEditor["res/drawable/resume_playback_progressbar_drawable.xml"].use {
|
context.xmlEditor["res/drawable/resume_playback_progressbar_drawable.xml"].use {
|
||||||
|
Reference in New Issue
Block a user