Back out, no impact

This commit is contained in:
sonora 2015-01-10 18:26:13 +01:00
parent d2ebea7f16
commit 4ac6037dd8

View file

@ -254,7 +254,7 @@ public class RoutingHelper {
boolean calculateRoute = false;
synchronized (this) {
// 0. Route empty or needs to be extended? Then re-calculate route.
if(route.isEmpty() || (settings.getPointToStart() != null)) {
if(route.isEmpty()) {
calculateRoute = true;
} else {
// 1. Update current route position status according to latest received location