Fix travel in free version
This commit is contained in:
parent
5a25260345
commit
f04a181524
1 changed files with 0 additions and 4 deletions
|
@ -292,10 +292,6 @@ public class DownloadActivityType {
|
|||
|
||||
|
||||
public IndexItem parseIndexItem(OsmandApplication ctx, XmlPullParser parser) {
|
||||
if (TRAVEL_FILE == this && !Version.isDeveloperVersion(ctx)) {
|
||||
//todo remove "if" when .travel.obf will be used in production
|
||||
return null;
|
||||
}
|
||||
String name = parser.getAttributeValue(null, "name"); //$NON-NLS-1$
|
||||
if (!isAccepted(name)) {
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue