back out, this takes a different fix
This commit is contained in:
parent
4f4b75c62e
commit
745e71f9f7
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ public class MyLocationMenuController extends MenuController {
|
|||
return getPointDescription().getTypeName();
|
||||
}
|
||||
|
||||
// @Override
|
||||
// public String getCommonTypeStr() {
|
||||
// return getMapActivity().getString(R.string.shared_string_location);
|
||||
// }
|
||||
@Override
|
||||
public String getCommonTypeStr() {
|
||||
return getMapActivity().getString(R.string.shared_string_location);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Drawable getLeftIcon() {
|
||||
|
|
Loading…
Reference in a new issue