Fix BB release
This commit is contained in:
parent
0b4d9e0ad1
commit
d8feefd783
1 changed files with 2 additions and 1 deletions
|
@ -511,7 +511,8 @@ public class OsmandApplication extends Application {
|
||||||
LOG.error("I/O exception", e);
|
LOG.error("I/O exception", e);
|
||||||
warnings.add("Error while reading the special phrases. Restart OsmAnd if possible");
|
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()) {
|
if (osmandSettings.NATIVE_RENDERING_FAILED.get()) {
|
||||||
osmandSettings.SAFE_MODE.set(true);
|
osmandSettings.SAFE_MODE.set(true);
|
||||||
osmandSettings.NATIVE_RENDERING_FAILED.set(false);
|
osmandSettings.NATIVE_RENDERING_FAILED.set(false);
|
||||||
|
|
Loading…
Reference in a new issue