mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 12:19:49 +00:00
EFA: Fix ignoring of itdLayoutParams.
This commit is contained in:
parent
773ea00d74
commit
6106419561
1 changed files with 3 additions and 3 deletions
|
@ -2274,9 +2274,6 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
final ResultHeader header = enterItdRequest(pp);
|
||||
final Object context = header.context;
|
||||
|
||||
if (XmlPullUtil.test(pp, "itdLayoutParams"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
XmlPullUtil.require(pp, "itdTripRequest");
|
||||
final String requestId = XmlPullUtil.attr(pp, "requestID");
|
||||
XmlPullUtil.enter(pp, "itdTripRequest");
|
||||
|
@ -3373,6 +3370,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
if (XmlPullUtil.test(pp, "itdVersionInfo"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
if (XmlPullUtil.test(pp, "itdLayoutParams"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
if (XmlPullUtil.test(pp, "itdInfoLinkList"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue