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

Commit b00fcd4e authored by Justin Cui's avatar Justin Cui Committed by Android (Google) Code Review
Browse files

Merge "Make landscapeProfile and protraitProfile public." into ub-launcher3-dorval

parents 1bc2305d abda8d79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,8 +90,8 @@ public class InvariantDeviceProfile {
    public float hotseatScale;
    int defaultLayoutId;

    DeviceProfile landscapeProfile;
    DeviceProfile portraitProfile;
    public DeviceProfile landscapeProfile;
    public DeviceProfile portraitProfile;

    public Point defaultWallpaperSize;