Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-09-11 01:21:46 +02:00
commit 3dbc1d5aa9

View file

@ -741,7 +741,7 @@ public class RoutingHelper {
// }
public synchronized String getCurrentName(TurnType[] next){
NextDirectionInfo n = getNextRouteDirectionInfo(new NextDirectionInfo(), false);
NextDirectionInfo n = getNextRouteDirectionInfo(new NextDirectionInfo(), true);
Location l = lastFixedLocation;
float speed = 0;
if(l != null && l.hasSpeed()) {