fix NPE
This commit is contained in:
parent
38d1215a8f
commit
53fe6175c7
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ public class SettingsHelper {
|
|||
|
||||
SettingsItem(OsmandApplication app) {
|
||||
this.app = app;
|
||||
warnings = new ArrayList<>();
|
||||
init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue