Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
eb3007dfa2
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public abstract class MenuTitleController {
|
|||
|
||||
if (!Algorithms.isEmpty(streetStr) && object.getDistance() > 100) {
|
||||
streetStr = getMapActivity().getString(R.string.shared_string_near) + " " + streetStr;
|
||||
} elseif (Algorithms.isEmpty(streetStr)) {
|
||||
} else if (Algorithms.isEmpty(streetStr)) {
|
||||
streetStr = "No address determined";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue