test indicate "No address determined"

This commit is contained in:
sonora 2015-12-05 10:55:41 +01:00
parent 6a7e5a0af8
commit 08a896aac2

View file

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