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

Commit c4914638 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Fix unable to launch shortcuts in live tile mode." into ub-launcher3-master

parents 2193689f 6b5b1903
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1086,7 +1086,9 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity>
        mRecentsView.onGestureAnimationEnd();

        // Reset the callback for deferred activity launches
        if (!ENABLE_QUICKSTEP_LIVE_TILE.get()) {
            mActivityInterface.setOnDeferredActivityLaunchCallback(null);
        }
        mActivity.getRootView().setOnApplyWindowInsetsListener(null);
        removeLiveTileOverlay();
    }