mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 06:51:57 +02:00
Significantly raise BMI MaxValue (#729)
BMI over 50 is not unlikely, raise the value to something extreme. BMI 125 would be about 300kg at 1.55m body height.
This commit is contained in:
@@ -58,7 +58,7 @@ public class BMIMeasurementView extends FloatMeasurementView {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected float getMaxValue() {
|
protected float getMaxValue() {
|
||||||
return 50;
|
return 125;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user