From d4ad05d4ba690c985a79a9758a11b5e076059d5a Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Wed, 26 Mar 2025 20:34:30 +0900 Subject: [PATCH] fix(YouTube - Theme): Change method to fix dark theme in YouTube 19.32+ --- .../youtube/utils/fix/splash/DarkModeSplashScreenPatch.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/utils/fix/splash/DarkModeSplashScreenPatch.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/utils/fix/splash/DarkModeSplashScreenPatch.kt index 845e676be..c4fa63890 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/utils/fix/splash/DarkModeSplashScreenPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/utils/fix/splash/DarkModeSplashScreenPatch.kt @@ -38,7 +38,6 @@ val darkModeSplashScreenPatch = resourcePatch( mainActivityElement.setAttribute("android:launchMode", "singleTask") } - return@finalize } if (restoreOldSplashAnimationIncluded) {