remove obsolete code
This commit is contained in:
parent
89adefdebb
commit
38d4aadeab
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ public abstract class MenuTitleController {
|
|||
public String getStreetStr() {
|
||||
MenuController menuController = getMenuController();
|
||||
if (menuController != null && menuController.needStreetName()) {
|
||||
// Special case for "My Position" context: Display "Looking up address..." status
|
||||
//if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location)) && searchingAddress) {
|
||||
// Display "Looking up address..." status
|
||||
if (searchingAddress) {
|
||||
return addressNotKnownStr;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue