mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
fix(YouTube - Seekbar components): Runtime exception thrown due to incorrect patching method
This commit is contained in:
parent
5e2ccff737
commit
bc4da5d900
@ -388,7 +388,7 @@ val seekbarComponentsPatch = bytecodePatch(
|
||||
scaleNode.replaceChild(replacementNode, shapeNode)
|
||||
}
|
||||
|
||||
if (is_19_25_or_greater && !restoreOldSplashAnimationIncluded) {
|
||||
if (is_19_25_or_greater) {
|
||||
// Add attribute and styles for splash screen custom color.
|
||||
// Using a style is the only way to selectively change just the seekbar fill color.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user