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

Commit dce8b948 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

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

parents b4fad85c 3f2ba622
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);