Fix BB release

This commit is contained in:
Victor Shcherb 2014-07-16 23:04:28 +02:00
parent 0b4d9e0ad1
commit d8feefd783

View file

@ -511,7 +511,8 @@ public class OsmandApplication extends Application {
LOG.error("I/O exception", e);
warnings.add("Error while reading the special phrases. Restart OsmAnd if possible");
}
if (!Version.isBlackberry(this)) {
if (!Version.isBlackberry(this) || !"qnx".equals(System.getProperty("os.name"))) {
if (osmandSettings.NATIVE_RENDERING_FAILED.get()) {
osmandSettings.SAFE_MODE.set(true);
osmandSettings.NATIVE_RENDERING_FAILED.set(false);