mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Allow hotseat items to be clicked in overview
Bug: 70179573 Change-Id: Ib2cbd7b12e5e1287d652d703e95c15ca6ea12a4e
This commit is contained in:
@@ -1407,7 +1407,7 @@ public class Workspace extends PagedView
|
||||
|
||||
/** Returns whether a drag should be allowed to be started from the current workspace state. */
|
||||
public boolean workspaceIconsCanBeDragged() {
|
||||
return mLauncher.isInState(NORMAL) || mLauncher.isInState(SPRING_LOADED);
|
||||
return mLauncher.getStateManager().getState().workspaceIconsCanBeDragged;
|
||||
}
|
||||
|
||||
private void updateChildrenLayersEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user