Merge "Remove obsolete TODO" into tm-qpr-dev am: 48648d3af5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21010955

Change-Id: I7b01ed27913215bd13ed1e56422b6eea86e5fe57
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jernej Virag
2023-01-18 09:57:35 +00:00
committed by Automerger Merge Worker

View File

@@ -7948,8 +7948,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;
} }