AbstractEfaProvider: Parse 'rtStatus' in queryTripsMobile().

This commit is contained in:
Andreas Schildbach 2019-04-27 17:41:19 +02:00
parent c63a4fc36f
commit 72b455cccf

View file

@ -2644,6 +2644,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
while (XmlPullUtil.test(pp, "l")) { while (XmlPullUtil.test(pp, "l")) {
XmlPullUtil.enter(pp, "l"); XmlPullUtil.enter(pp, "l");
XmlPullUtil.optSkip(pp, "rtStatus");
XmlPullUtil.enter(pp, "ps"); XmlPullUtil.enter(pp, "ps");