Revert "Show gray shield instead of red for a logged out device"

This reverts commit 3bc029839e.
This commit is contained in:
Jarno Rankinen 2023-08-29 22:37:42 +03:00
parent 1b0f965dfb
commit e5e790ead8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class MessageActionsEpoxyController @Inject constructor(
id("e2e_deleted")
showProgress(false)
text(host.stringProvider.getString(R.string.encrypted_by_deleted))
drawableStart(R.drawable.ic_shield_gray)
drawableStart(R.drawable.ic_shield_warning_small)
}
}
E2EDecoration.NONE -> {