add comment

This commit is contained in:
sonora 2017-06-28 09:12:24 +02:00
parent 6396a0e59f
commit fd014df379

View file

@ -107,7 +107,7 @@ public class SettingsMonitoringActivity extends SettingsBaseActivity {
floatValues = new Float[] {0.f, 0.000001f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f}; floatValues = new Float[] {0.f, 0.000001f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f};
names = new String[floatValues.length]; names = new String[floatValues.length];
names[0] = getString(R.string.shared_string_not_selected); names[0] = getString(R.string.shared_string_not_selected);
names[1] = "> 0"; names[1] = "> 0"; // This option for the GPS chipset motion detection
for(int i = 2; i < floatValues.length; i++) { for(int i = 2; i < floatValues.length; i++) {
names[i] = floatValues[i].intValue() + " " + getString(R.string.km_h); names[i] = floatValues[i].intValue() + " " + getString(R.string.km_h);
floatValues[i] = floatValues[i] / 3.6f; floatValues[i] = floatValues[i] / 3.6f;