ConversationItemV2 Quote support and various fixes.

This commit is contained in:
Alex Hart
2023-08-31 16:31:21 -03:00
committed by Nicholas Tinsley
parent 153d3ad388
commit 540a2b1876
12 changed files with 200 additions and 54 deletions

View File

@@ -246,11 +246,6 @@ public class QuoteView extends ConstraintLayout implements RecipientForeverObser
public void onRecipientChanged(@NonNull Recipient recipient) {
setQuoteAuthor(recipient);
}
public @NonNull Projection getProjection(@NonNull ViewGroup parent) {
return Projection.relativeToParent(parent, this, getCorners());
}
public @NonNull Projection.Corners getCorners() {
return new Projection.Corners(cornerMask.getRadii());
}