fix: Messages UI Tweaks (#1856)

This commit is contained in:
James Rich 2025-05-15 13:09:46 -05:00 committed by GitHub
parent fc38a1a441
commit d5a5efdcf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -166,6 +166,9 @@ private fun MainAppBar(
val canNavigateBack = navController.previousBackStackEntry != null
val isTopLevelRoute = currentDestination?.isTopLevel() == true
val navigateUp: () -> Unit = navController::navigateUp
if (currentDestination?.hasRoute<Route.Messages>() == true) {
return
}
TopAppBar(
title = {
when {