[c1_c3]清扫车运营面板-业务类-清扫车云控业务 按钮重叠修复;monkey测试是Fragment commit 导致崩溃修复;
This commit is contained in:
@@ -51,7 +51,7 @@ import com.mogo.och.common.module.biz.provider.CommonService
|
||||
if (supportFragmentManager != null) {
|
||||
val back = supportFragmentManager.beginTransaction()
|
||||
back.replace(containerId, fragment, fragment.tag)
|
||||
back.commit()
|
||||
back.commitAllowingStateLoss()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -829,7 +829,7 @@ internal class SOPSettingView @JvmOverloads constructor(
|
||||
if (scLineRoutingVerify.visibility == VISIBLE) {
|
||||
params.topToBottom = R.id.scLineRoutingVerify
|
||||
} else {
|
||||
params.topToBottom = R.id.scIPCReport
|
||||
params.topToBottom = R.id.scSweeperModeSwitch
|
||||
}
|
||||
it.layoutParams = params
|
||||
it.setOnCheckedChangeListener { _, isChecked ->
|
||||
|
||||
Reference in New Issue
Block a user