visibility fix
This commit is contained in:
parent
208f4c99ef
commit
39da9cf44c
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue