[dev_arch_opt_3.0] 添加大于10m,才显示rsi信息

This commit is contained in:
lixiaopeng
2023-03-08 17:15:00 +08:00
parent 2005201d04
commit 04c63a7977
3 changed files with 29 additions and 24 deletions

View File

@@ -314,7 +314,6 @@ internal class DebugSettingView @JvmOverloads constructor(
*/
tbOpenMfView.isChecked = HmiBuildConfig.isShowMfToastView
tbOpenMfView.setOnCheckedChangeListener { _, isChecked ->
Log.d("liyz", "isChecked = $isChecked")
HmiBuildConfig.isShowMfToastView = isChecked
}