fix build
This commit is contained in:
parent
07ab3ecb00
commit
e1a57091fa
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue