Skip to content

Commit

Permalink
Remove duplicated ui states
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 20, 2023
1 parent 6f2f405 commit e23c755
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ fun WhatsAppMessageTopBar(
messageUiState: WhatsAppMessageUiState,
onBackClick: () -> Unit
) {
val messageUiState by viewModel.messageUiSate.collectAsStateWithLifecycle()

TopAppBar(
modifier = Modifier.fillMaxWidth(),
navigationIcon = {
Expand Down

0 comments on commit e23c755

Please sign in to comment.