mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Convert SignalService, Database, Group, Payment, and other remaining protos to wire.
This commit is contained in:
committed by
Alex Hart
parent
a6b7d0bcc5
commit
efbd5cab85
@@ -168,7 +168,7 @@ sealed class NotificationItem(val threadRecipient: Recipient, protected val reco
|
||||
.messageRanges
|
||||
.adjustBodyRanges(updated.bodyAdjustments)
|
||||
?.run {
|
||||
rangesList
|
||||
ranges
|
||||
.filter { it.style == BodyRangeList.BodyRange.Style.SPOILER }
|
||||
.sortedBy { it.start }
|
||||
.reversed()
|
||||
|
||||
Reference in New Issue
Block a user