mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +02:00
set indicator evaluation flag correctly for lb and st, see #467
This commit is contained in:
@@ -64,6 +64,6 @@ public class WeightMeasurementView extends FloatMeasurementView {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected EvaluationResult evaluateSheet(EvaluationSheet evalSheet, float value) {
|
protected EvaluationResult evaluateSheet(EvaluationSheet evalSheet, float value) {
|
||||||
return evalSheet.evaluateWeight(value);
|
return evalSheet.evaluateWeight(Converters.toKilogram(value, getScaleUser().getScaleUnit()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user