[c1_c3]清扫车运营面板-业务类-清扫车云控业务 按钮重叠修复;monkey测试是Fragment commit 导致崩溃修复;

This commit is contained in:
xinfengkun
2025-03-27 15:23:38 +08:00
parent 93f4c88249
commit 605408b9fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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()
}
}

View File

@@ -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 ->