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

Commit cb1518db authored by Jeff Brown's avatar Jeff Brown Committed by The Android Automerger
Browse files

Fix parceling of display info flags.

Bug: 7283429
Change-Id: I5365a3b06d9b9f2414f9a9d2c94b0906c41b4ece
parent 8aca4cac
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);