Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-10-10 13:32:30 +02:00
commit e557a4caea

View file

@ -105,7 +105,7 @@ public class MapInfoWidgetsFactory {
dlg.setTitle(app.getString(R.string.sleep_mode_stop_dialog)); dlg.setTitle(app.getString(R.string.sleep_mode_stop_dialog));
//Show currently active wake-up interval //Show currently active wake-up interval
int soi = app.getSettings().SERVICE_OFF_INTERVAL.get(); int soi = app.getNavigationService().getServiceOffInterval();
if (soi == 0) { if (soi == 0) {
dlg.setMessage(app.getString(R.string.gps_wake_up_timer) + ": " + app.getString(R.string.int_continuosly)); dlg.setMessage(app.getString(R.string.gps_wake_up_timer) + ": " + app.getString(R.string.int_continuosly));
} else if (soi <= 90000) { } else if (soi <= 90000) {