Show gray shield instead of red for a logged out device

This commit is contained in:
Jarno Rankinen 2023-08-28 21:23:21 +03:00
parent d310db5f67
commit 3bc029839e
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_warning_small)
drawableStart(R.drawable.ic_shield_gray)
}
}
E2EDecoration.NONE -> {