next test

This commit is contained in:
sonora 2016-01-01 22:13:33 +01:00
parent 49be8ad84f
commit 646ada2a28

View file

@ -69,7 +69,8 @@ public abstract class MenuTitleController {
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) {
//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;
} else {
return streetStr;