Loading application settings on tour deselect
This commit is contained in:
parent
9cbd583ff0
commit
c1a97a8517
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ public class SherpafyCustomization extends OsmAndAppCustomization {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (selectedName == null) {
|
||||||
|
app.getSettings().setSettingsAPI(originalSettings.getSettingsAPI());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.tourPresent = tourPresent;
|
this.tourPresent = tourPresent;
|
||||||
|
|
Loading…
Reference in a new issue