next test
This commit is contained in:
parent
49be8ad84f
commit
646ada2a28
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ public abstract class MenuTitleController {
|
||||||
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
|
// Special case for "My Position" context: Display "Looking up address..." status
|
||||||
if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location)) && searchingAddress) {
|
//if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location)) && searchingAddress) {
|
||||||
|
if (typeStr.equals(getMapActivity().getString(R.string.shared_string_my_location))) {
|
||||||
return addressNotKnownStr;
|
return addressNotKnownStr;
|
||||||
} else {
|
} else {
|
||||||
return streetStr;
|
return streetStr;
|
||||||
|
|
Loading…
Reference in a new issue