Fix ui exception
This commit is contained in:
parent
db0b445250
commit
5d60beb94e
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ public class OsmandApplication extends Application {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
new Toast(this); // activate in UI thread to avoid further exceptions
|
||||||
appCustomization = new OsmAndAppCustomization();
|
appCustomization = new OsmAndAppCustomization();
|
||||||
appCustomization.setup(this);
|
appCustomization.setup(this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue