mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Cleaning up liveview in overview while returning home for visual fix" into udc-dev
This commit is contained in:
@@ -4099,6 +4099,15 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
}
|
||||
alpha = Utilities.boundToRange(alpha, 0, 1);
|
||||
mContentAlpha = alpha;
|
||||
|
||||
runActionOnRemoteHandles(remoteTargetHandle -> {
|
||||
TransformParams params = remoteTargetHandle.getTransformParams();
|
||||
params.setTargetAlpha(mContentAlpha);
|
||||
if (params.getTargetSet() != null) {
|
||||
remoteTargetHandle.getTaskViewSimulator().apply(params);
|
||||
}
|
||||
});
|
||||
|
||||
int runningTaskId = getTaskIdsForRunningTaskView()[0];
|
||||
for (int i = getTaskViewCount() - 1; i >= 0; i--) {
|
||||
TaskView child = requireTaskViewAt(i);
|
||||
|
||||
Reference in New Issue
Block a user