mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-16 21:54:05 +02:00
increase max muscle percent to 100%, see issue #525
This commit is contained in:
@@ -62,7 +62,7 @@ public class MuscleMeasurementView extends FloatMeasurementView {
|
||||
|
||||
@Override
|
||||
protected float getMaxValue() {
|
||||
return maybeConvertPercentageToAbsoluteWeight(80);
|
||||
return maybeConvertPercentageToAbsoluteWeight(100);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user