From 6b576be4554a219088b3d24f91c6e79819a4ac1b Mon Sep 17 00:00:00 2001 From: linyuh Date: Thu, 15 Mar 2018 10:13:54 -0700 Subject: Introduce GlidePhotoManager to CallDetailsActivity Bug: 74202944 Test: ModulesTest, CallDetailsActivityTest PiperOrigin-RevId: 189204143 Change-Id: I917bac76009522c6a99fdb63299556ec2a454dfa --- .../android/dialer/historyitemactions/HistoryItemPrimaryActionInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/android/dialer/historyitemactions') diff --git a/java/com/android/dialer/historyitemactions/HistoryItemPrimaryActionInfo.java b/java/com/android/dialer/historyitemactions/HistoryItemPrimaryActionInfo.java index f4338ce7a..ccc9420c6 100644 --- a/java/com/android/dialer/historyitemactions/HistoryItemPrimaryActionInfo.java +++ b/java/com/android/dialer/historyitemactions/HistoryItemPrimaryActionInfo.java @@ -49,7 +49,7 @@ public abstract class HistoryItemPrimaryActionInfo { @Nullable public abstract Intent intent(); - // TODO(zachh): Add SIM info here if should be shown in bottom sheet. + // TODO(a bug): Add SIM info. /** Builder for {@link HistoryItemPrimaryActionInfo}. */ @AutoValue.Builder -- cgit v1.2.3