Urgent fix of stack overflow
This commit is contained in:
parent
07286013ba
commit
29349397ed
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public class MapActivityActions {
|
|||
}
|
||||
|
||||
protected String getString(int res){
|
||||
return getString(res);
|
||||
return mapActivity.getString(res);
|
||||
}
|
||||
|
||||
protected void updatePoiDb(int zoom, double latitude, double longitude){
|
||||
|
|
Loading…
Reference in a new issue