AbstractEfaProvider: Parse 'rtStatus' in queryTripsMobile().

This commit is contained in:
Michael Dyrna 2019-10-10 14:14:02 +02:00 committed by Andreas Schildbach
parent 7ca68b74dc
commit e1137c4fa8

View file

@ -2663,6 +2663,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
XmlPullUtil.optValueTag(pp, "de", null);
XmlPullUtil.optValueTag(pp, "gid", null);
XmlPullUtil.optValueTag(pp, "pgid", null);
XmlPullUtil.optValueTag(pp, "rtStatus", null);
XmlPullUtil.requireSkip(pp, "dt");
parseMobileSt(pp, plannedTimeCal, predictedTimeCal);