Disallow long click on taskbar icons while animating home.
Fixes: 360778703 Test: swipe up to home, long click on taskbar icon before it settles Flag: EXEMPT bugfix Change-Id: I3c46b43b6b9c44b91c2516c9db453d3fa3692b00
This commit is contained in:
@@ -374,7 +374,7 @@ public class TaskbarLauncherStateController {
|
||||
private void updateOverviewDragState(LauncherState launcherState) {
|
||||
boolean disallowLongClick =
|
||||
FeatureFlags.enableSplitContextually()
|
||||
? mLauncher.isSplitSelectionActive()
|
||||
? mLauncher.isSplitSelectionActive() || mIsAnimatingToLauncher
|
||||
: launcherState == LauncherState.OVERVIEW_SPLIT_SELECT;
|
||||
com.android.launcher3.taskbar.Utilities.setOverviewDragState(
|
||||
mControllers, launcherState.disallowTaskbarGlobalDrag(),
|
||||
|
||||
Reference in New Issue
Block a user