We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7972e38 + a8b9183 commit 9a01a2fCopy full SHA for 9a01a2f
core/java/android/app/Notification.java
@@ -374,7 +374,7 @@ public Notification clone() {
374
if (this.contentView != null) {
375
that.contentView = this.contentView.clone();
376
}
377
- that.iconLevel = that.iconLevel;
+ that.iconLevel = this.iconLevel;
378
that.sound = this.sound; // android.net.Uri is immutable
379
that.audioStreamType = this.audioStreamType;
380
0 commit comments