|
|
@ -172,11 +172,9 @@ abstract class BaseActivity<VB : ViewBinding>( |
|
|
|
ATH.applyBackgroundTint(window.decorView) |
|
|
|
ATH.applyBackgroundTint(window.decorView) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (AppConfig.isGooglePlay) { |
|
|
|
ThemeConfig.getBgImage(this)?.let { |
|
|
|
ThemeConfig.getBgImage(this)?.let { |
|
|
|
kotlin.runCatching { |
|
|
|
kotlin.runCatching { |
|
|
|
window.decorView.background = it |
|
|
|
window.decorView.background = it |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|