make Auto theme higher priority than Shared
This commit is contained in:
parent
07742f211c
commit
b91ed6186b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ abstract class BaseSplashActivity : AppCompatActivity() {
|
|||
}
|
||||
}
|
||||
|
||||
if (isThankYouInstalled()) {
|
||||
if (!baseConfig.isUsingAutoTheme && isThankYouInstalled()) {
|
||||
getSharedTheme {
|
||||
if (it != null) {
|
||||
baseConfig.apply {
|
||||
|
|
Loading…
Reference in a new issue