Fix osmo settings

This commit is contained in:
Victor Shcherb 2014-06-12 10:18:12 +02:00
parent 5cada5f288
commit 7ff2e49a01

View file

@ -57,9 +57,9 @@ public class SettingsOsMoActivity extends SettingsBaseActivity {
MINUTES, 1000, R.string.osmo_track_interval, R.string.osmo_track_interval_descr)); MINUTES, 1000, R.string.osmo_track_interval, R.string.osmo_track_interval_descr));
CheckBoxPreference showGroupNotifiations = createCheckBoxPreference(settings.OSMO_SHOW_GROUP_NOTIFICATIONS); CheckBoxPreference showGroupNotifiations = createCheckBoxPreference(settings.OSMO_SHOW_GROUP_NOTIFICATIONS);
sendLocationsref.setTitle(R.string.osmo_show_group_notifications); showGroupNotifiations.setTitle(R.string.osmo_show_group_notifications);
sendLocationsref.setSummary(R.string.osmo_show_group_notifications_descr); showGroupNotifiations.setSummary(R.string.osmo_show_group_notifications_descr);
grp.addPreference(sendLocationsref); grp.addPreference(showGroupNotifiations);
if (OsmandPlugin.isDevelopment()) { if (OsmandPlugin.isDevelopment()) {
debugPref = new Preference(this); debugPref = new Preference(this);