Skip to content
Snippets Groups Projects
Commit f62cc6e1 authored by Ikram Gabiyev's avatar Ikram Gabiyev Committed by Automerger Merge Worker
Browse files

Merge "Make sure keyguard unlock resets pip corners" into udc-qpr-dev am: 8d9d2cc2 am: 9e3c2742

parents 4f91cec8 9e3c2742
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,8 @@ public class DefaultMixedHandler implements Transitions.TransitionHandler,
// Keyguard handler cannot handle it, process through original mixed
mActiveTransitions.remove(keyguardMixed);
}
} else if (mPipHandler != null) {
mPipHandler.syncPipSurfaceState(info, startTransaction, finishTransaction);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment