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
|
||||
public void onKeyguardVisibilityChanged(boolean visible, boolean occluded,
|
||||
boolean animatingDismiss) {
|
||||
if (!mPipTaskOrganizer.isInPip()) {
|
||||
if (!mPipTransitionState.hasEnteredPip()) {
|
||||
return;
|
||||
}
|
||||
if (visible) {
|
||||
|
||||
Reference in New Issue
Block a user