mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
ConversationItemV2 Quote support and various fixes.
This commit is contained in:
committed by
Nicholas Tinsley
parent
153d3ad388
commit
540a2b1876
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user