Skip to content

Commit

Permalink
Update SettingsScreen.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jvr authored Mar 11, 2024
1 parent 91a894f commit 3526245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ fun Settings(viewModel: SettingsViewModel) = LazyColumn {
R.drawable.ic_aptoide
)
SwitchSetting(
{ viewModel.getUseCodeberg() },
{ viewModel.getUseCodeBerg() },
{ viewModel.setUseCodeBerg(it) },
stringResource(R.string.source_codeberg),
R.drawable.ic_codeberg
Expand Down

0 comments on commit 3526245

Please sign in to comment.