summaryrefslogtreecommitdiff
path: root/core/java/android/app/Notification.java
diff options
context:
space:
mode:
authorSteve Elliott <steell@google.com>2020-06-10 11:35:01 -0400
committerSteve Elliott <steell@google.com>2020-06-10 15:23:33 -0400
commit86bc69a491e1f0d03647de7217abc953ba5716bb (patch)
treeea5a2aa8160d0a1031deeae43e2424835087102e /core/java/android/app/Notification.java
parent275248ddfe83f8349d291da06c7189c95c94a7e2 (diff)
Apply theme shape clipping to group convo avatars
Fixes: 158493588 Test: manual Change-Id: I57b5e0712822b345c9dcce74b8a6d6ff33409de6
Diffstat (limited to 'core/java/android/app/Notification.java')
-rw-r--r--core/java/android/app/Notification.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index f881616fd35a..0e3f35e358c0 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -7495,6 +7495,7 @@ public class Notification implements Parcelable
mHistoricMessages = Message.getMessagesFromBundleArray(histMessages);
mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION);
mUnreadMessageCount = extras.getInt(EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT);
+ mShortcutIcon = extras.getParcelable(EXTRA_CONVERSATION_ICON);
}
/**