Fix ui exception

This commit is contained in:
Victor Shcherb 2014-06-19 23:35:53 +02:00
parent db0b445250
commit 5d60beb94e

View file

@ -121,6 +121,7 @@ public class OsmandApplication extends Application {
}
}
super.onCreate();
new Toast(this); // activate in UI thread to avoid further exceptions
appCustomization = new OsmAndAppCustomization();
appCustomization.setup(this);