[android] fix: Do not cancel track recording on GPS error.

This commit is contained in:
Alexander Marchuk 2015-12-11 19:35:55 +03:00 committed by Constantin Shalnev
parent bc5a21e037
commit c3eef1960c

View file

@ -27,7 +27,7 @@ public final class TrackRecorder
@Override
public void onLocationError(int errorCode)
{
setEnabled(false);
TrackRecorderWakeService.stop();
}
@Override