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

Commit 1fa6de17 authored by Thales Lima's avatar Thales Lima Committed by Automerger Merge Worker
Browse files

Merge "Check for view measurement before animating" into tm-qpr-dev am: e8efdc11 am: 5e92948c

parents 8453f863 5e92948c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,7 +84,8 @@ public class LauncherSwipeHandlerV2 extends

        final View workspaceView = findWorkspaceView(launchCookies,
                mRecentsView.getRunningTaskView());
        boolean canUseWorkspaceView = workspaceView != null && workspaceView.isAttachedToWindow();
        boolean canUseWorkspaceView = workspaceView != null && workspaceView.isAttachedToWindow()
                && workspaceView.getHeight() > 0;

        mActivity.getRootView().setForceHideBackArrow(true);
        if (!TaskAnimationManager.ENABLE_SHELL_TRANSITIONS) {