EFA: Ignore new <routeDesc> element in mobile XML API.

This commit is contained in:
Andreas Schildbach 2017-12-03 14:56:36 +01:00
parent 2add36ef78
commit bc91169379

View file

@ -1717,6 +1717,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
XmlPullUtil.optValueTag(pp, "dy", null);
final String de = XmlPullUtil.optValueTag(pp, "de", null);
final String productName = n != null ? n : de;
XmlPullUtil.optValueTag(pp, "routeDesc", null);
XmlPullUtil.optValueTag(pp, "tco", null);
final String lineId = parseMobileDv(pp);