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

Commit 9e732e64 authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix the flicker when entering PiP from Recents" into tm-qpr-dev

parents 523afd2f 76ab1b4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -814,7 +814,7 @@ public class PipController implements PipTransitionController.PipTransitionCallb
    @Override
    public void onKeyguardVisibilityChanged(boolean visible, boolean occluded,
            boolean animatingDismiss) {
        if (!mPipTaskOrganizer.isInPip()) {
        if (!mPipTransitionState.hasEnteredPip()) {
            return;
        }
        if (visible) {