Revert fix about vector drawables
This commit is contained in:
parent
28e6b02c09
commit
c0e20f22ac
1 changed files with 0 additions and 3 deletions
|
@ -140,9 +140,6 @@ public class OsmandApplication extends MultiDexApplication {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
if (android.os.Build.VERSION.SDK_INT < 21) {
|
|
||||||
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);
|
|
||||||
}
|
|
||||||
createInUiThread();
|
createInUiThread();
|
||||||
uiHandler = new Handler();
|
uiHandler = new Handler();
|
||||||
appCustomization = new OsmAndAppCustomization();
|
appCustomization = new OsmAndAppCustomization();
|
||||||
|
|
Loading…
Reference in a new issue