From 2d6eb93719acd833b4a0b9c1d48a222d5522a835 Mon Sep 17 00:00:00 2001 From: erfanian Date: Mon, 7 Aug 2017 16:02:05 -0700 Subject: Remove stale TODO. Test: NONE PiperOrigin-RevId: 164524149 Change-Id: I7ab941d2d96093647dda3e5321776f43da59ab2b --- java/com/android/dialer/app/list/PhoneFavoriteTileView.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/com/android/dialer/app') diff --git a/java/com/android/dialer/app/list/PhoneFavoriteTileView.java b/java/com/android/dialer/app/list/PhoneFavoriteTileView.java index 29147e7b3..88a6dff4d 100644 --- a/java/com/android/dialer/app/list/PhoneFavoriteTileView.java +++ b/java/com/android/dialer/app/list/PhoneFavoriteTileView.java @@ -101,8 +101,7 @@ public abstract class PhoneFavoriteTileView extends ContactTileView { // Grab the phone-number to call directly. See {@link onClick()}. mPhoneNumberString = entry.phoneNumber; - // If this is a blank entry, don't show anything. - // TODO krelease: Just hide the view for now. For this to truly look like an empty row + // If this is a blank entry, don't show anything. For this to truly look like an empty row // the entire ContactTileRow needs to be hidden. if (entry == ContactEntry.BLANK_ENTRY) { setVisibility(View.INVISIBLE); -- cgit v1.2.3