mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Make landscapeProfile and protraitProfile public.
This is needed to make prediction sticky: b/21654652 Change-Id: Ie8cb77ed9cbf1bf5b164828d0c4335111039e7c5
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user