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