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

Commit ca7c61d3 authored by Jerry Chang's avatar Jerry Chang
Browse files

Support fade-in divider bar with quick switch gesture

Fix: 229613465
Test: quickswitch back to split pair, divider bar will fade-in as
      expected.
Change-Id: I2746ef63ecf9a9cc5563c543cc83583955e0c938
parent c8b095e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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