Update default settings map creator
This commit is contained in:
parent
ffb68a1cee
commit
f57a5c11f3
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class DataExtractionSettings {
|
||||||
if(fl != null) {
|
if(fl != null) {
|
||||||
return fl;
|
return fl;
|
||||||
}
|
}
|
||||||
return getDefaultWorkingDir().getAbsolutePath() +"/osmand.lib";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setNativeLibFile(String file){
|
public void setNativeLibFile(String file){
|
||||||
|
|
Loading…
Reference in a new issue