fix splash screen changes not working and remove obsolete debugging code (issue was caused by bad merge of main branch)

This commit is contained in:
LisoUseInAIKyrios 2025-11-19 16:54:31 +02:00
parent 07c4dd3a55
commit a5d39c3bbe
3 changed files with 0 additions and 44 deletions

View file

@ -102,16 +102,6 @@ public final class SeekbarColorPatch {
return customSeekbarColor;
}
/**
* injection point.
*/
public static boolean useLotteLaunchSplashScreen(boolean original) {
// This method is only used for development purposes to force the old style launch screen.
// Forcing this off on some devices can cause unexplained startup crashes,
// where the lottie animation is still used even though this condition appears to bypass it.
return original; // false = drawable style, true = lottie style.
}
/**
* Injection point.
* Modern Lottie style animation.