mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix / reuse cell keeps icon
This commit is contained in:
parent
3cf341c3bf
commit
1de4869cde
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ abstract class DeviceItem : VectorEpoxyModel<DeviceItem.Holder>() {
|
|||
|
||||
if (e2Ecapable) {
|
||||
holder.trustIcon.setImageResource(shield)
|
||||
} else {
|
||||
holder.trustIcon.setImageDrawable(null)
|
||||
}
|
||||
|
||||
val detailedModeLabels = listOf(
|
||||
|
|
Loading…
Add table
Reference in a new issue