Update OsmandApplication.java
This commit is contained in:
parent
eb45bb84dd
commit
c6a301713f
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ public class OsmandApplication extends Application {
|
|||
Field f = R.string.class.getField("lang_"+l);
|
||||
if (f != null) {
|
||||
Integer in = (Integer) f.get(null);
|
||||
return app.getString(in);
|
||||
return getString(in);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
System.err.println(e.getMessage());
|
||||
|
|
Loading…
Reference in a new issue