change visibility

This commit is contained in:
simon 2020-11-27 14:53:29 +02:00
parent 67ef57157f
commit 9380ba0c8e

View file

@ -403,7 +403,7 @@ public class MenuBuilder {
} }
}); });
//TODO This feature is under development //TODO This feature is under development
view.setVisibility(View.VISIBLE); view.setVisibility(View.GONE);
return view; return view;
} }