Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Dec 12, 2024
1 parent ad6a236 commit 14ed74f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,7 @@ private enum class DaitaPages(
)
},
textSecondParagraph =
@Composable {
stringResource(
R.string.daita_description_slide_1_second_paragraph,
stringResource(id = R.string.daita),
)
},
@Composable { stringResource(R.string.daita_description_slide_1_second_paragraph) },
textThirdParagraph =
@Composable {
stringResource(
Expand Down

0 comments on commit 14ed74f

Please sign in to comment.