Loading application settings on tour deselect

This commit is contained in:
unknown 2014-05-23 23:36:09 +03:00
parent 9cbd583ff0
commit c1a97a8517

View file

@ -113,6 +113,9 @@ public class SherpafyCustomization extends OsmAndAppCustomization {
}
}
}
if (selectedName == null) {
app.getSettings().setSettingsAPI(originalSettings.getSettingsAPI());
}
}
}
this.tourPresent = tourPresent;