test if this produces lookup message
This commit is contained in:
parent
c7fc170086
commit
5b19ac6345
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ public class MyLocationMenuController extends MenuController {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getTypeStr() {
|
public String getTypeStr() {
|
||||||
return getPointDescription().getTypeName();
|
//return getPointDescription().getTypeName();
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue