fix build

This commit is contained in:
sonora 2014-08-27 21:14:07 +02:00
parent 07ab3ecb00
commit e1a57091fa

View file

@ -199,7 +199,7 @@ public class NavigationService extends Service implements LocationListener {
int soi = settings.SERVICE_OFF_INTERVAL.get();
String nt = getString(R.string.service_stop_background_service) + ". " + getString(R.string.gps_wake_up_timer) + ": ";
if (soi == 0) {
nt = nt + getString(R.string.int_continuosly));
nt = nt + getString(R.string.int_continuosly);
} else if (soi <= 90000) {
nt = nt + Integer.toString(soi/1000) + " " + getString(R.string.int_seconds);
} else {