mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
refactor: move integrations to correct package
This commit is contained in:
parent
afdc1af509
commit
b441ec7d55
@ -107,7 +107,7 @@ object SeekbarColorPatch : BytecodePatch(
|
|||||||
val scaleNode = progressNode.getElementsByTagName("scale").item(0) as Element
|
val scaleNode = progressNode.getElementsByTagName("scale").item(0) as Element
|
||||||
val shapeNode = scaleNode.getElementsByTagName("shape").item(0) as Element
|
val shapeNode = scaleNode.getElementsByTagName("shape").item(0) as Element
|
||||||
val replacementNode = it.file.createElement(
|
val replacementNode = it.file.createElement(
|
||||||
"app.revanced.integrations.patches.utils.ProgressBarDrawable"
|
"app.revanced.integrations.youtube.patches.utils.ProgressBarDrawable"
|
||||||
)
|
)
|
||||||
scaleNode.replaceChild(replacementNode, shapeNode)
|
scaleNode.replaceChild(replacementNode, shapeNode)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user