Fix internal preference.

This commit is contained in:
Greyson Parrelli 2021-05-26 12:45:54 -04:00
parent 65020dde1a
commit e5ce6e3e2e

View file

@ -174,7 +174,7 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
summary = DSLSettingsText.from(R.string.preferences__internal_force_censorship_description),
isChecked = state.forceCensorship,
onClick = {
viewModel.setDisableAutoMigrationNotification(!state.forceCensorship)
viewModel.setForceCensorship(!state.forceCensorship)
}
)