mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 16:28:49 +00:00
AbstractEfaProvider: Parse 'rts' in queryDeparturesMobile().
This commit is contained in:
parent
e1137c4fa8
commit
f229b71e10
1 changed files with 1 additions and 0 deletions
|
@ -1611,6 +1611,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
/* final String gid = */XmlPullUtil.optValueTag(pp, "gid", null);
|
||||
/* final String pgid = */XmlPullUtil.optValueTag(pp, "pgid", null);
|
||||
/* final boolean isRealtime = */XmlPullUtil.valueTag(pp, "realtime").equals("1");
|
||||
/* final String rts = */XmlPullUtil.optValueTag(pp, "rts", null);
|
||||
|
||||
XmlPullUtil.optSkip(pp, "dt");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue