change visibility
This commit is contained in:
parent
67ef57157f
commit
9380ba0c8e
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ public class MenuBuilder {
|
|||
}
|
||||
});
|
||||
//TODO This feature is under development
|
||||
view.setVisibility(View.VISIBLE);
|
||||
view.setVisibility(View.GONE);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue