Merge "Remove obsolete TODO" into tm-qpr-dev

This commit is contained in:
Jernej Virag
2023-01-18 09:41:15 +00:00
committed by Android (Google) Code Review

View File

@@ -7944,8 +7944,6 @@ public class Notification implements Parcelable
* @hide * @hide
*/ */
public MessagingStyle setShortcutIcon(@Nullable Icon conversationIcon) { public MessagingStyle setShortcutIcon(@Nullable Icon conversationIcon) {
// TODO(b/228941516): This icon should be downscaled to avoid using too much memory,
// see reduceImageSizes.
mShortcutIcon = conversationIcon; mShortcutIcon = conversationIcon;
return this; return this;
} }