I'm developing an application in which an user can identify himself with two different roles (administrator and user)
The user can access to six fragments according to their role (three for each role type), right now I have a bottom navigation bar linked to the NavGraph for the user type role.
Is it possible to have another bottom navigation bar linked to the NavGraph and show or hide them depending the role type?
I decided to use two bottom navigation bars, because it only supports five menu items, and in this case there are six.
Thanks for your help.