mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Fix internal preference.
This commit is contained in:
@@ -174,7 +174,7 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
|
|||||||
summary = DSLSettingsText.from(R.string.preferences__internal_force_censorship_description),
|
summary = DSLSettingsText.from(R.string.preferences__internal_force_censorship_description),
|
||||||
isChecked = state.forceCensorship,
|
isChecked = state.forceCensorship,
|
||||||
onClick = {
|
onClick = {
|
||||||
viewModel.setDisableAutoMigrationNotification(!state.forceCensorship)
|
viewModel.setForceCensorship(!state.forceCensorship)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user