summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java
diff options
context:
space:
mode:
Diffstat (limited to 'chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java')
-rw-r--r--chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java b/chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java
index acade7f..4637f69 100644
--- a/chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java
+++ b/chips/src/com/android/ex/chips/recipientchip/VisibleRecipientChip.java
@@ -83,6 +83,11 @@ public class VisibleRecipientChip extends ImageSpan implements DrawableRecipient
}
@Override
+ public boolean isGalContact() {
+ return mDelegate.isGalContact();
+ }
+
+ @Override
public Rect getBounds() {
return getDrawable().getBounds();
}