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

Commit ef45cc95 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Support live tile with OVERVIEW_GRID

Test: turn on both ENABLE_QUICKSTEP_LIVE_TILE and OVERVIEW_GRID. Swipe up from app to overview
Fixes: 183231362
Change-Id: Ic918e1fad423295d532cefce13c85e622ff8116c
parent 682af236
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1018,6 +1018,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
            mLiveTileTaskViewSimulator.taskSecondaryTranslation.value = 0;
            mLiveTileTaskViewSimulator.fullScreenProgress.value = 0;
            mLiveTileTaskViewSimulator.recentsViewScale.value = 1;
            mLiveTileTaskViewSimulator.gridProgress.value = 0;
        }
        if (mRunningTaskTileHidden) {
            setRunningTaskHidden(mRunningTaskTileHidden);
@@ -1740,6 +1741,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
        for (int i = 0; i < taskCount; i++) {
            getTaskViewAt(i).setGridProgress(gridProgress);
        }
        mLiveTileTaskViewSimulator.gridProgress.value = gridProgress;
        mClearAllButton.setGridProgress(gridProgress);
    }