kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix internal preference.
rodzic
65020dde1a
commit
e5ce6e3e2e
|
@ -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)
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue