On a list view page of Android app do I need to show bottom navigation? User lands on the list view page by clicking hamburger menu
I am working on an Android native app. the app do have bottom navigation aswellas hamburger menu. In hamburger menu I do have certain links like Profile, Manage team , Help etc.
When user clicks on "Manage Team" it takes the user to the screen where user can see the list of employees and at the top there is a action button says ADD New Employee.
Now my question is do I need to show bottom navigation on this particular page? UX wise how does this matter? I know Bottom navigation can be hidden to make the user complete the process without any distractions but on this particular page of list I am confused whether to show or hide the bottom navigation.