Fix transport layer rotation bug

This commit is contained in:
Alexey Kulish 2016-03-04 16:00:01 +03:00
parent b4ab9fa96f
commit d3ceff3bc6

View file

@ -163,7 +163,7 @@ public class TransportStopsLayer extends OsmandMapLayer implements ContextMenuLa
@Override
public boolean drawInScreenPixels() {
return false;
return true;
}
@Override