mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
AbstractEfaProvider: Parse 'rtStatus' in queryTripsMobile().
This commit is contained in:
parent
c63a4fc36f
commit
72b455cccf
1 changed files with 1 additions and 0 deletions
|
@ -2644,6 +2644,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
|
||||
while (XmlPullUtil.test(pp, "l")) {
|
||||
XmlPullUtil.enter(pp, "l");
|
||||
XmlPullUtil.optSkip(pp, "rtStatus");
|
||||
|
||||
XmlPullUtil.enter(pp, "ps");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue