Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ff7a30aa20
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class SettingsMonitoringActivity extends SettingsBaseActivity {
|
|||
names = new String[floatValues.length];
|
||||
names[0] = getString(R.string.shared_string_not_selected);
|
||||
for(int i = 1; i < floatValues.length; i++) {
|
||||
names[i] = floatValues[i].intValue();
|
||||
names[i] = floatValues[i].intValue() + "";
|
||||
}
|
||||
cat.addPreference(createListPreference(settings.SAVE_TRACK_PRECISION, names, floatValues,
|
||||
R.string.save_track_precision, R.string.save_track_precision_descr));
|
||||
|
|
Loading…
Reference in a new issue