Skip to content

Commit

Permalink
swap parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
soupslurpr committed Jan 2, 2024
1 parent 69869e0 commit 76c91c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ fun AppVerifierApp(
verifyAppUiState.value.appNotFound.value,
{ verifyAppViewModel.verifyFromText(it) },
verifyAppUiState.value.invalidFormat.value,
{ navController.navigateUp() },
verifyAppUiState.value.internalDatabaseStatus.value,
{ navController.navigateUp() }
)
}
composable(route = AppVerifierScreens.Settings.name) {
Expand Down

0 comments on commit 76c91c5

Please sign in to comment.