Merge "Remove double application of surface params" into ub-launcher3-master

This commit is contained in:
Winson Chung
2020-02-04 19:56:18 +00:00
committed by Android (Google) Code Review

View File

@@ -224,7 +224,6 @@ public class AppWindowAnimationHelper {
surfaceParams[i] = new SurfaceParams(app.leash, alpha, mTmpMatrix, crop, layer,
cornerRadius / scale);
}
applySurfaceParams(params.syncTransactionApplier, surfaceParams);
return surfaceParams;
}