Update AppInitializer.java

This commit is contained in:
vshcherb 2020-04-28 15:29:15 +02:00 committed by GitHub
parent dd9e9ec9f2
commit 4395e0f6e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -863,7 +863,6 @@ public class AppInitializer implements IProgress {
warnings.add(app.getString(R.string.native_library_not_supported));
} else {
osmandSettings.SAFE_MODE.set(false);
osmandSettings.PT_SAFE_MODE.set(false);
osmandSettings.NATIVE_RENDERING_FAILED.set(true);
startTask(app.getString(R.string.init_native_library), -1);
RenderingRulesStorage storage = app.getRendererRegistry().getCurrentSelectedRenderer();