1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-17 22:11:35 +02:00

increase max muscle percent to 100%, see issue #525

This commit is contained in:
oliexdev
2019-12-15 09:15:38 +01:00
parent f09adb1326
commit 87ab662d73

View File

@@ -62,7 +62,7 @@ public class MuscleMeasurementView extends FloatMeasurementView {
@Override @Override
protected float getMaxValue() { protected float getMaxValue() {
return maybeConvertPercentageToAbsoluteWeight(80); return maybeConvertPercentageToAbsoluteWeight(100);
} }
@Override @Override