Skip to content

Commit

Permalink
Merge pull request #146 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
stzouvaras authored Jul 8, 2024
2 parents 0438f63 + ea6c87f commit bbfd56b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fun BiometricScreen(
}

@Composable
fun Body(
private fun Body(
state: State,
effectFlow: Flow<Effect>,
onEventSent: ((event: Event) -> Unit),
Expand Down Expand Up @@ -233,7 +233,7 @@ fun Body(
}

@Composable
fun PinFieldLayout(
private fun PinFieldLayout(
state: State,
onPinInput: (String) -> Unit,
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fun AddDocumentScreen(
}

@Composable
fun Content(
private fun Content(
state: State,
effectFlow: Flow<Effect>,
onEventSend: (Event) -> Unit,
Expand Down

0 comments on commit bbfd56b

Please sign in to comment.