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() {
|
public String getStreetStr() {
|
||||||
MenuController menuController = getMenuController();
|
MenuController menuController = getMenuController();
|
||||||
if (menuController != null && menuController.needStreetName()) {
|
if (menuController != null && menuController.needStreetName()) {
|
||||||
// Special case for "My Position" context: Display "Looking up address..." status
|
// Display "Looking up address..." status
|
||||||
//if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location)) && searchingAddress) {
|
|
||||||
if (searchingAddress) {
|
if (searchingAddress) {
|
||||||
return addressNotKnownStr;
|
return addressNotKnownStr;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue