1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 08:43:15 +02:00

Revert "Set max fat to 60%"

This reverts commit 44a4fa8638.
This commit is contained in:
Erik Johansson
2017-11-22 23:23:19 +01:00
parent ff70f192ed
commit 04b436e78c

View File

@@ -72,7 +72,7 @@ public class FatMeasurementView extends MeasurementView {
@Override
public float getMaxValue() {
return 60;
return 80;
}
}