超量显示改为量程溢出
This commit is contained in:
@@ -459,7 +459,7 @@ class MasterScaleActivity : BaseActivity() {
|
||||
private fun stateStr(state: Int?) = when (state) {
|
||||
WeightUtil.STATE_STABLE -> "稳定"
|
||||
WeightUtil.STATE_UNSTABLE -> "不稳定"
|
||||
WeightUtil.STATE_OVER_WEIGHT -> "超量"
|
||||
WeightUtil.STATE_OVER_WEIGHT -> "量程溢出"
|
||||
null -> ""
|
||||
else -> "$state"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user