Fix BB release
This commit is contained in:
parent
3a69405dc7
commit
fc33a71cab
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue