@ -172,14 +172,12 @@ abstract class BaseActivity<VB : ViewBinding>(
ATH.applyBackgroundTint(window.decorView)
}
if (AppConfig.isGooglePlay) {
ThemeConfig.getBgImage(this)?.let {
kotlin.runCatching {
window.decorView.background = it
private fun setupSystemBar() {
if (fullScreen && !isInMultiWindow) {