mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 00:29:00 +01:00
Fix / reuse cell keeps icon
This commit is contained in:
parent
3cf341c3bf
commit
1de4869cde
@ -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…
x
Reference in New Issue
Block a user