This commit is contained in:
veliymolfar 2020-04-08 16:35:43 +03:00
parent 38d1215a8f
commit 53fe6175c7

View file

@ -147,6 +147,7 @@ public class SettingsHelper {
SettingsItem(OsmandApplication app) {
this.app = app;
warnings = new ArrayList<>();
init();
}