Fix osmo settings
This commit is contained in:
parent
5cada5f288
commit
7ff2e49a01
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue