mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Sanity check screenId before persisting ItemInfo.
Bug: 13447571 Change-Id: I014dcf1eb313c2312953716fb53e542caaeb285b
This commit is contained in:
@@ -126,7 +126,7 @@ public class Workspace extends SmoothPagedView
|
||||
private static boolean sAccessibilityEnabled;
|
||||
|
||||
// The screen id used for the empty screen always present to the right.
|
||||
private final static long EXTRA_EMPTY_SCREEN_ID = -201;
|
||||
final static long EXTRA_EMPTY_SCREEN_ID = -201;
|
||||
private final static long CUSTOM_CONTENT_SCREEN_ID = -301;
|
||||
|
||||
private HashMap<Long, CellLayout> mWorkspaceScreens = new HashMap<Long, CellLayout>();
|
||||
|
||||
Reference in New Issue
Block a user