|
|
@ -172,14 +172,12 @@ 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 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private fun setupSystemBar() { |
|
|
|
private fun setupSystemBar() { |
|
|
|
if (fullScreen && !isInMultiWindow) { |
|
|
|
if (fullScreen && !isInMultiWindow) { |
|
|
|