mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
Fix parsing of itdMessageList in tripRequests
This commit is contained in:
parent
c74113709f
commit
6ea46a8fe9
2 changed files with 32 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue