mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Fix clipping around incoming V2 conversation items.
This commit is contained in:
committed by
Nicholas Tinsley
parent
8fc1065dd6
commit
6a443d0074
@@ -193,6 +193,10 @@ class V2TextOnlyViewHolder<Model : MappingModel<Model>>(
|
||||
override fun getSnapshotProjections(coordinateRoot: ViewGroup, clipOutMedia: Boolean, outgoingOnly: Boolean): ProjectionList {
|
||||
projections.clear()
|
||||
|
||||
if (outgoingOnly && binding.isIncoming) {
|
||||
return projections
|
||||
}
|
||||
|
||||
projections.add(
|
||||
Projection.relativeToParent(
|
||||
coordinateRoot,
|
||||
|
||||
Reference in New Issue
Block a user