fix(YouTube - Seekbar components): Runtime exception thrown due to incorrect patching method

This commit is contained in:
inotia00 2025-03-16 12:49:16 +09:00
parent 5e2ccff737
commit bc4da5d900

View File

@ -388,7 +388,7 @@ val seekbarComponentsPatch = bytecodePatch(
scaleNode.replaceChild(replacementNode, shapeNode) 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. // Add attribute and styles for splash screen custom color.
// Using a style is the only way to selectively change just the seekbar fill color. // Using a style is the only way to selectively change just the seekbar fill color.
// //