Revert fix about vector drawables

This commit is contained in:
Alexey Kulish 2017-07-09 18:41:07 +03:00
parent 28e6b02c09
commit c0e20f22ac

View file

@ -140,9 +140,6 @@ public class OsmandApplication extends MultiDexApplication {
}
}
super.onCreate();
if (android.os.Build.VERSION.SDK_INT < 21) {
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);
}
createInUiThread();
uiHandler = new Handler();
appCustomization = new OsmAndAppCustomization();