修改输入框数据类型

This commit is contained in:
马增飞
2025-09-17 19:22:21 +08:00
parent 63f8668b77
commit 7498ad08da
4 changed files with 18 additions and 8 deletions
@@ -34,9 +34,9 @@ object SensorScaleUtils {
}
// Timber.d("readWeight state = ${stateStr}, weight = $value")
// 只使用稳定值
if (state == SensorScale.STATE_STABLE) {
// if (state == SensorScale.STATE_STABLE) {
callback?.invoke(value)
}
// }
}
/**