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

Commit 4f8746f3 authored by Paul Soulos's avatar Paul Soulos
Browse files

Removes redundant method in Dialer

Change-Id: I3dc2d1fcf3be18bf2fa366bc47e94df7ca4913f9
parent 9e77be79
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -127,13 +127,6 @@ public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> {
                    Phone.CONTENT_ITEM_TYPE, phoneItem.phoneNumber);
        }

        /**
         * Temp method so build doesn't break while other CLs go in
         */
        public boolean shouldCollapseWith(PhoneItem phoneItem, Context context) {
            return false;
        }

        @Override
        public String toString() {
            return phoneNumber;