forked from organicmaps/organicmaps-tmp
[android] fix: Do not cancel track recording on GPS error.
This commit is contained in:
parent
bc5a21e037
commit
c3eef1960c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class TrackRecorder
|
|||
@Override
|
||||
public void onLocationError(int errorCode)
|
||||
{
|
||||
setEnabled(false);
|
||||
TrackRecorderWakeService.stop();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue