diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 5782edc3e498b..983e347f50d81 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -1708,6 +1708,9 @@ public class Notification implements Parcelable if (headsUpContentView != null) { headsUpContentView.setUser(user); } + if (publicVersion != null) { + publicVersion.setUser(user); + } } /**