Fix internal preference.

fork-5.53.8
Greyson Parrelli 2021-05-26 12:45:54 -04:00
rodzic 65020dde1a
commit e5ce6e3e2e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)
}
)