diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/player/seekbar/SeekbarComponentsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/player/seekbar/SeekbarComponentsPatch.kt index 9372f471f..441ec5f4c 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/player/seekbar/SeekbarComponentsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/player/seekbar/SeekbarComponentsPatch.kt @@ -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. //