small test
This commit is contained in:
parent
1865a78828
commit
6815e7d1a8
1 changed files with 2 additions and 1 deletions
|
@ -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 "";
|
||||||
|
|
Loading…
Reference in a new issue