AbstractEfaProvider: make tripId optional in queryTripsMobile()

This commit is contained in:
Andreas Schildbach 2022-08-23 17:37:02 +02:00
parent 6ed509e705
commit 5de74ffc0c

View file

@ -2689,7 +2689,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
XmlPullUtil.valueTag(pp, "de");
XmlPullUtil.optValueTag(pp, "optval", null);
XmlPullUtil.optValueTag(pp, "alt", null);
final String tripId = XmlPullUtil.valueTag(pp, "gix");
final String tripId = XmlPullUtil.optValueTag(pp, "gix", null);
XmlPullUtil.enter(pp, "ls");