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

Commit 6482ab1e authored by Vinit Nayak's avatar Vinit Nayak Committed by android-build-merger
Browse files

Merge "Set recents view to be visible from alt+tab" into ub-launcher3-qt-qpr1-dev

am: b5d2ab59

Change-Id: I032cb7b9a5a63461adbbefb58172eb0977705a7f
parents fe028768 b5d2ab59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ final class AppToOverviewAnimationProvider<T extends BaseDraggingActivity> imple
                });
        factory.onRemoteAnimationReceived(null);
        factory.createActivityController(RECENTS_LAUNCH_DURATION);
        factory.setRecentsAttachedToAppWindow(true, false);
        mActivity = activity;
        mRecentsView = mActivity.getOverviewPanel();
        return false;
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ public class OverviewCommandHelper {

        @Override
        protected void onTransitionComplete() {
            // TODO(b/138729100) This doesn't execute first time launcher is run
            if (mTriggeredFromAltTab) {
                RecentsView rv = (RecentsView) mHelper.getVisibleRecentsView();
                if (rv == null) {