small test

This commit is contained in:
sonora 2016-01-01 21:56:33 +01:00
parent 1865a78828
commit 6815e7d1a8

View file

@ -72,7 +72,8 @@ public abstract class MenuTitleController {
if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location)) && searchingAddress) { if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location)) && searchingAddress) {
return addressNotKnownStr; return addressNotKnownStr;
} else { } else {
return streetStr; // return streetStr;
return addressNotKnownStr;
} }
} else { } else {
return ""; return "";