make Auto theme higher priority than Shared

This commit is contained in:
tibbi 2021-11-03 22:07:04 +01:00
parent 07742f211c
commit b91ed6186b

View file

@ -33,7 +33,7 @@ abstract class BaseSplashActivity : AppCompatActivity() {
} }
} }
if (isThankYouInstalled()) { if (!baseConfig.isUsingAutoTheme && isThankYouInstalled()) {
getSharedTheme { getSharedTheme {
if (it != null) { if (it != null) {
baseConfig.apply { baseConfig.apply {