am 9a01a2f2: Merge "Fixing self-assignment in cloning code."
* commit '9a01a2f2720632aa9cc230a4ebb0ed7aee762eec': Fixing self-assignment in cloning code.
This commit is contained in:
@@ -374,7 +374,7 @@ public class Notification implements Parcelable
|
||||
if (this.contentView != null) {
|
||||
that.contentView = this.contentView.clone();
|
||||
}
|
||||
that.iconLevel = that.iconLevel;
|
||||
that.iconLevel = this.iconLevel;
|
||||
that.sound = this.sound; // android.net.Uri is immutable
|
||||
that.audioStreamType = this.audioStreamType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user