mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 23:12:12 +02:00
fixed bug #270
This commit is contained in:
@@ -44,7 +44,7 @@ public class WeightMeasurementView extends FloatMeasurementView {
|
||||
|
||||
@Override
|
||||
protected void setMeasurementValue(float value, ScaleMeasurement measurement) {
|
||||
Converters.toKilogram(value, getScaleUser().getScaleUnit());
|
||||
measurement.setWeight(Converters.toKilogram(value, getScaleUser().getScaleUnit()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user