Urgent fix of stack overflow

This commit is contained in:
Victor Shcherb 2011-05-05 12:22:03 +02:00
parent 07286013ba
commit 29349397ed

View file

@ -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){