mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 22:11:35 +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
|
||||
protected float getMaxValue() {
|
||||
return 50;
|
||||
return 125;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user