Merge uiChanges branch and temporary disable gps location lost (because of errorenous)
This commit is contained in:
parent
8478392a87
commit
30900b6ec5
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -672,7 +672,8 @@ public class MapActivity extends Activity implements IMapLocationListener, Senso
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (routingHelper.getLeftDistance() > 0 && settings.MAP_ACTIVITY_ENABLED.get()) {
|
if (routingHelper.getLeftDistance() > 0 && settings.MAP_ACTIVITY_ENABLED.get()) {
|
||||||
routingHelper.getVoiceRouter().gpsLocationLost();
|
// TODO temporary disable
|
||||||
|
// routingHelper.getVoiceRouter().gpsLocationLost();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue