Skip to content

Commit

Permalink
🐛 Made some changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Jul 19, 2023
1 parent 8e7ded0 commit 0e8ee01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/java/com/aritra/notify/navigation/NotifyApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ fun NotifyApp(navController: NavHostController = rememberNavController(),
Scaffold(
bottomBar = {
if (backStackEntry.value?.destination?.route !in screensWithHiddenNavBar) {
NavigationBar(
// containerColor = MaterialTheme.colorScheme.surface
) {
NavigationBar() {
bottomNavItem.forEach { item ->
NavigationBarItem(
alwaysShowLabel = true,
Expand Down

0 comments on commit 0e8ee01

Please sign in to comment.