Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e698c723 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disallow long click on taskbar icons while animating home." into main

parents 7c9d8f94 11a8ed8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,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(),