Merge "Fix the flicker when entering PiP from Recents" into tm-qpr-dev
This commit is contained in:
@@ -814,7 +814,7 @@ public class PipController implements PipTransitionController.PipTransitionCallb
|
|||||||
@Override
|
@Override
|
||||||
public void onKeyguardVisibilityChanged(boolean visible, boolean occluded,
|
public void onKeyguardVisibilityChanged(boolean visible, boolean occluded,
|
||||||
boolean animatingDismiss) {
|
boolean animatingDismiss) {
|
||||||
if (!mPipTaskOrganizer.isInPip()) {
|
if (!mPipTransitionState.hasEnteredPip()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (visible) {
|
if (visible) {
|
||||||
|
|||||||
Reference in New Issue
Block a user