Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fb5b85a authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am dce8b948: Merge "Fix parceling of display info flags." into jb-mr1-dev

* commit 'dce8b948':
  Fix parceling of display info flags.
parents 64f369bb dce8b948
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ public final class DisplayInfo implements Parcelable {
    @Override
    public void writeToParcel(Parcel dest, int flags) {
        dest.writeInt(layerStack);
        dest.writeInt(flags);
        dest.writeInt(this.flags);
        dest.writeString(name);
        dest.writeInt(appWidth);
        dest.writeInt(appHeight);