AbstractEfaProvider: Properly ignore <coordInfoRequest>.

This commit is contained in:
Andreas Schildbach 2020-11-20 15:55:20 +01:00
parent 286e1718bf
commit d422a3cb6e

View file

@ -496,8 +496,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
XmlPullUtil.enter(pp, "itdCoordInfo");
XmlPullUtil.enter(pp, "coordInfoRequest");
XmlPullUtil.skipExit(pp, "coordInfoRequest");
XmlPullUtil.optSkip(pp, "coordInfoRequest");
final List<Location> locations = new ArrayList<>();