Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9265942e authored by Paul Soulos's avatar Paul Soulos Committed by Android Git Automerger
Browse files

am f848c49c: Adds long press to special dates

* commit 'f848c49c':
  Adds long press to special dates
parents 2ba216f3 f848c49c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1141,6 +1141,7 @@ public class QuickContactActivity extends ContactsActivity {
                        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);