revert test
This commit is contained in:
parent
6815e7d1a8
commit
49be8ad84f
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ 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