diff --git a/android/src/com/mapswithme/maps/location/TrackRecorder.java b/android/src/com/mapswithme/maps/location/TrackRecorder.java index 4d62a724b8..4c62d30770 100644 --- a/android/src/com/mapswithme/maps/location/TrackRecorder.java +++ b/android/src/com/mapswithme/maps/location/TrackRecorder.java @@ -27,7 +27,7 @@ public final class TrackRecorder @Override public void onLocationError(int errorCode) { - setEnabled(false); + TrackRecorderWakeService.stop(); } @Override