small test
This commit is contained in:
parent
5584ef8c37
commit
c48441c297
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,9 @@ public abstract class MenuTitleController {
|
||||||
addressNotKnownStr = getMapActivity().getString(R.string.address_unknown);
|
addressNotKnownStr = getMapActivity().getString(R.string.address_unknown);
|
||||||
acquireIcons();
|
acquireIcons();
|
||||||
acquireNameAndType();
|
acquireNameAndType();
|
||||||
if (needStreetName()) {
|
// if (needStreetName()) {
|
||||||
acquireStreetName();
|
acquireStreetName();
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
protected boolean needStreetName() {
|
protected boolean needStreetName() {
|
||||||
|
|
Loading…
Reference in a new issue