Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d87ed92660
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