Fix displaying reaction row in message action list (#788)
* Fix displaying reaction row in message action list * Rename `sendState` to `localSendState` and make it nullable. Create an `isRemote` helper to detect if an event comes from the server instead. --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
parent
4e8725d390
commit
827c6e25ba
17 changed files with 46 additions and 46 deletions
|
|
@ -249,6 +249,7 @@ koverMerged {
|
|||
excludes += "io.element.android.features.messages.impl.media.local.pdf.PdfViewerState"
|
||||
excludes += "io.element.android.features.messages.impl.media.local.LocalMediaViewState"
|
||||
excludes += "io.element.android.features.location.impl.map.MapState"
|
||||
excludes += "io.element.android.libraries.matrix.api.timeline.item.event.LocalEventSendState*"
|
||||
}
|
||||
bound {
|
||||
minValue = 90
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue