|
@@ -15,6 +15,7 @@ import com.develop.base.ext.isBrand036I
|
|
|
import com.develop.base.ext.isNightTheme
|
|
|
import com.develop.base.ext.navigateTo
|
|
|
import com.develop.base.ext.resId2Dimension
|
|
|
+import com.develop.base.ext.setGone
|
|
|
import com.develop.base.ext.setVisible
|
|
|
import com.develop.base.ext.updateText
|
|
|
import com.develop.base.mvvm.BaseBindingActivity
|
|
@@ -62,6 +63,7 @@ class LanguageActivity : BaseBindingActivity<ActivityLanguageBinding>() {
|
|
|
binding.apply {
|
|
|
ivBanner.visibility = View.GONE
|
|
|
tvLanguage.visibility = View.GONE
|
|
|
+ binding.ivLogo.setGone()
|
|
|
// ivLogo.visibility = View.GONE
|
|
|
ivClose.visibility = View.VISIBLE
|
|
|
tvTitle.visibility = View.VISIBLE
|