typo
This commit is contained in:
parent
3da2b24527
commit
b9b35f4d9d
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public abstract class MenuTitleController {
|
|||
streetStr = geocodingResult;
|
||||
|
||||
if (!Algorithms.isEmpty(streetStr) && object.getDistance() > 100) {
|
||||
streetStr = getMapActivity().getString(R.string.shared_string_near)+" " +streetStr
|
||||
streetStr = getMapActivity().getString(R.string.shared_string_near) + " " + streetStr;
|
||||
}
|
||||
|
||||
if (!Algorithms.isEmpty(streetStr)) {
|
||||
|
|
Loading…
Reference in a new issue