Add UI test on clicking on message shield.
Need to add content description on the shield icon.
This commit is contained in:
parent
3f90b02e54
commit
2116108a2c
2 changed files with 46 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ fun TimelineEventTimestampView(
|
|||
Spacer(modifier = Modifier.width(2.dp))
|
||||
Icon(
|
||||
imageVector = shield.toIcon(),
|
||||
contentDescription = null,
|
||||
contentDescription = shield.toText(),
|
||||
modifier = Modifier
|
||||
.size(15.dp)
|
||||
.clickable { onShieldClick(shield) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue