Remove obsolete TODO

The downscaling was implemented in I35377cdb5d61ee6e23fccc2bffb5d3aec6ca2b7d so this comment is obsolete now.

Bug: 228941516
Test: n/a
Change-Id: I5e72cb3aec253796854274725f64a7c86bd7c380
This commit is contained in:
Jernej Virag
2023-01-17 11:46:16 +01:00
parent 41aeadba75
commit 479c4c62a0

View File

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