* commit '4fb5b85a5be88028398e67f37b2d7f802550d9fd': Fix parceling of display info flags.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user