mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge "Support fade-in divider bar with quick switch gesture" into tm-dev
This commit is contained in:
@@ -192,6 +192,10 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
|
||||
RemoteAnimationTargetCompat.wrap(nonAppTargets) /* nonApps */);
|
||||
return;
|
||||
}
|
||||
} else if (nonAppTargets != null && nonAppTargets.length > 0) {
|
||||
TaskViewUtils.createSplitAuxiliarySurfacesAnimator(
|
||||
RemoteAnimationTargetCompat.wrap(nonAppTargets) /* nonApps */,
|
||||
true /*shown*/, dividerAnimator -> dividerAnimator.start());
|
||||
}
|
||||
if (mController != null) {
|
||||
if (mLastAppearedTaskTarget == null
|
||||
|
||||
Reference in New Issue
Block a user