Avatar dialog shows a red "remove" button

This commit is contained in:
ThomasSession 2024-09-11 14:35:21 +10:00
parent 0218bf9dc3
commit ad944e3398

View File

@ -581,6 +581,7 @@ class SettingsActivity : PassphraseRequiredActionBarActivity() {
DialogButtonModel(
text = GetString(R.string.remove),
contentDescription = GetString(R.string.AccessibilityId_remove),
color = LocalColors.current.danger,
enabled = state is UserAvatar || // can remove is the user has an avatar set
(state is TempAvatar && state.hasAvatar),
onClick = removeAvatar