|
|
|
@ -82,7 +82,8 @@ class CommonTopBar : LinearLayout {
|
|
|
|
|
override fun onEnable(enable: Boolean) {
|
|
|
|
|
LogUtils.w("wifiCallback onEnable = $enable")
|
|
|
|
|
mBinding?.root?.post {
|
|
|
|
|
mBinding?.wifi?.visibility = if (enable) View.VISIBLE else View.GONE
|
|
|
|
|
// mBinding?.wifi?.visibility = if (enable) View.VISIBLE else View.GONE
|
|
|
|
|
mBinding?.wifi?.setImageLevel(0)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -103,7 +104,8 @@ class CommonTopBar : LinearLayout {
|
|
|
|
|
override fun onEnable(enable: Boolean) {
|
|
|
|
|
LogUtils.w("sim enable callback : $enable")
|
|
|
|
|
mBinding?.root?.post {
|
|
|
|
|
mBinding?.fourG?.visibility = if (enable) View.VISIBLE else View.GONE
|
|
|
|
|
// mBinding?.fourG?.visibility = if (enable) View.VISIBLE else View.GONE
|
|
|
|
|
mBinding?.fourG?.setImageLevel(0)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|