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

Commit abda8d79 authored by cuijiaxing's avatar cuijiaxing Committed by Justin Cui
Browse files

Make landscapeProfile and protraitProfile public.

This is needed to make prediction sticky: b/21654652

Change-Id: Ie8cb77ed9cbf1bf5b164828d0c4335111039e7c5
parent 08d8bb9c
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;