Skip to content

Commit

Permalink
Remove default value for back navigation click delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Apr 11, 2024
1 parent 4e72ecc commit 5f44622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import com.x8bit.bitwarden.authenticator.ui.platform.components.scaffold.Bitward
@Composable
fun ItemSearchScreen(
viewModel: ItemSearchViewModel = hiltViewModel(),
onNavigateBack: () -> Unit = {},
onNavigateBack: () -> Unit,
) {
val state by viewModel.stateFlow.collectAsStateWithLifecycle()
val searchHandlers = remember(viewModel) { SearchHandlers.create(viewModel) }
Expand Down

0 comments on commit 5f44622

Please sign in to comment.