commit | f848c49cac796f99549c8418f8d4e2469ac9f963 | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Mon Aug 11 17:13:14 2014 -0700 |
committer | Paul Soulos <psoulos@google.com> | Mon Aug 11 17:13:14 2014 -0700 |
tree | 52612f85c4f1d3699a4862250a609f57873b7e77 | |
parent | a214463444f570fc693d66ba9870fff68896e606 [diff] |
Adds long press to special dates Bug: 16876062 Change-Id: Iaa4649d2bceb3cfa37a80d3bde8549d461070570
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index f5d4951..8b4e124 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -1141,6 +1141,7 @@ event.getLabel()).toString(); } text = DateUtils.formatDate(this, dataString); + entryContextMenuInfo = new EntryContextMenuInfo(text, header); } else if (dataItem instanceof RelationDataItem) { final RelationDataItem relation = (RelationDataItem) dataItem; final String dataString = relation.buildDataString(this, kind);