diff --git a/DataExtractionOSM/src/net/osmand/swing/OsmExtractionUI.java b/DataExtractionOSM/src/net/osmand/swing/OsmExtractionUI.java index 3b9595d477..45389458bd 100644 --- a/DataExtractionOSM/src/net/osmand/swing/OsmExtractionUI.java +++ b/DataExtractionOSM/src/net/osmand/swing/OsmExtractionUI.java @@ -90,7 +90,9 @@ public class OsmExtractionUI implements IMapLocationListener { if(!(e instanceof ThreadDeath)){ ExceptionHandler.handle("Error in thread " + t.getName(), e); //$NON-NLS-1$ } - defaultHandler.uncaughtException(t, e); + if(defaultHandler != null){ + defaultHandler.uncaughtException(t, e); + } } }); diff --git a/OsmAnd/res/drawable-hdpi/headline_close_button.png b/OsmAnd/res/drawable-hdpi/headline_close_button.png index 50e3d030f4..99fe44d45e 100644 Binary files a/OsmAnd/res/drawable-hdpi/headline_close_button.png and b/OsmAnd/res/drawable-hdpi/headline_close_button.png differ diff --git a/OsmAnd/res/drawable-hdpi/headline_close_button_pressed.png b/OsmAnd/res/drawable-hdpi/headline_close_button_pressed.png index 3bcf4c4677..a459359baa 100644 Binary files a/OsmAnd/res/drawable-hdpi/headline_close_button_pressed.png and b/OsmAnd/res/drawable-hdpi/headline_close_button_pressed.png differ diff --git a/OsmAnd/res/drawable-large/headline_close_button.png b/OsmAnd/res/drawable-large/headline_close_button.png index 50e3d030f4..99fe44d45e 100644 Binary files a/OsmAnd/res/drawable-large/headline_close_button.png and b/OsmAnd/res/drawable-large/headline_close_button.png differ diff --git a/OsmAnd/res/drawable-large/headline_close_button_pressed.png b/OsmAnd/res/drawable-large/headline_close_button_pressed.png index 3bcf4c4677..a459359baa 100644 Binary files a/OsmAnd/res/drawable-large/headline_close_button_pressed.png and b/OsmAnd/res/drawable-large/headline_close_button_pressed.png differ diff --git a/OsmAnd/res/drawable-mdpi/headline_close_button.png b/OsmAnd/res/drawable-mdpi/headline_close_button.png index 562eb6ef57..89aab11a00 100644 Binary files a/OsmAnd/res/drawable-mdpi/headline_close_button.png and b/OsmAnd/res/drawable-mdpi/headline_close_button.png differ diff --git a/OsmAnd/res/drawable-mdpi/headline_close_button_pressed.png b/OsmAnd/res/drawable-mdpi/headline_close_button_pressed.png index 50d936409b..5ca5cc799f 100644 Binary files a/OsmAnd/res/drawable-mdpi/headline_close_button_pressed.png and b/OsmAnd/res/drawable-mdpi/headline_close_button_pressed.png differ diff --git a/OsmAnd/res/layout/local_openstreetmap_list_item_category.xml b/OsmAnd/res/layout/local_openstreetmap_list_item_category.xml index 3fd387b730..9a3d72a183 100644 --- a/OsmAnd/res/layout/local_openstreetmap_list_item_category.xml +++ b/OsmAnd/res/layout/local_openstreetmap_list_item_category.xml @@ -4,6 +4,7 @@ android:background="@drawable/tab_menu_item_small">