fix typo
This commit is contained in:
parent
f6b8e2a5a9
commit
8e36a4f8f9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public abstract class MenuTitleController {
|
||||||
|
|
||||||
if (!Algorithms.isEmpty(streetStr) && object.getDistance() > 100) {
|
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;
|
||||||
} elseif (Algorithms.isEmpty(streetStr)) {
|
} else if (Algorithms.isEmpty(streetStr)) {
|
||||||
streetStr = "No address determined";
|
streetStr = "No address determined";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue