fix build
This commit is contained in:
parent
0b9a2dc492
commit
c3532ce2b8
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
|
|||
updateApplicationDirTextAndSummary();
|
||||
|
||||
applicationModePreference.setTitle(getString(R.string.settings_preset) + " [" + ApplicationMode.toHumanString(osmandSettings.APPLICATION_MODE.get(), this) + "]");
|
||||
dayNightModePreference.setSummary(getString(R.string.daynight_descr) + " [" + DayNightMode.toHumanString(osmandSettings.DAYNIGHT_MODE.get()) + "]");
|
||||
dayNightModePreference.setSummary(getString(R.string.daynight_descr) + " [" + DayNightMode.osmandSettings.DAYNIGHT_MODE.get().toHumanString(this) + "]");
|
||||
routerServicePreference.setSummary(getString(R.string.router_service_descr) + " [" + osmandSettings.ROUTER_SERVICE.get() + "]");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue