Allow hotseat items to be clicked in overview

Bug: 70179573
Change-Id: Ib2cbd7b12e5e1287d652d703e95c15ca6ea12a4e
This commit is contained in:
Tony Wickham
2017-12-05 10:10:55 -08:00
parent 4018f3df14
commit 53370678ce
4 changed files with 12 additions and 4 deletions

View File

@@ -29,7 +29,8 @@ import com.android.quickstep.RecentsView;
*/
public class OverviewState extends LauncherState {
private static final int STATE_FLAGS = FLAG_SHOW_SCRIM | FLAG_MULTI_PAGE;
private static final int STATE_FLAGS = FLAG_SHOW_SCRIM | FLAG_MULTI_PAGE
| FLAG_WORKSPACE_ICONS_CAN_BE_DRAGGED;
public OverviewState(int id) {
super(id, ContainerType.WORKSPACE, OVERVIEW_TRANSITION_MS, 1f, STATE_FLAGS);