Fix parsing of itdMessageList in tripRequests

This commit is contained in:
Andreas Schildbach 2013-10-12 14:40:11 +02:00
parent c74113709f
commit 6ea46a8fe9
2 changed files with 32 additions and 0 deletions

View file

@ -3253,6 +3253,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
if (XmlPullUtil.test(pp, "clientHeaderLines"))
XmlPullUtil.next(pp);
if (XmlPullUtil.test(pp, "itdMessageList"))
XmlPullUtil.next(pp);
if (XmlPullUtil.test(pp, "itdVersionInfo"))
XmlPullUtil.next(pp);