Merge "Fix Flicker of inner corners in split screen when quick switching to" into tm-qpr-dev
This commit is contained in:
@@ -195,7 +195,10 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
|
||||
} else if (nonAppTargets != null && nonAppTargets.length > 0) {
|
||||
TaskViewUtils.createSplitAuxiliarySurfacesAnimator(
|
||||
RemoteAnimationTargetCompat.wrap(nonAppTargets) /* nonApps */,
|
||||
true /*shown*/, dividerAnimator -> dividerAnimator.start());
|
||||
true /*shown*/, dividerAnimator -> {
|
||||
dividerAnimator.start();
|
||||
dividerAnimator.end();
|
||||
});
|
||||
}
|
||||
if (mController != null) {
|
||||
if (mLastAppearedTaskTarget == null
|
||||
|
||||
Reference in New Issue
Block a user