Merge "Unfreeze the surface when the transition is done" into tm-qpr-dev
This commit is contained in:
@@ -1396,6 +1396,9 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
|
||||
}
|
||||
|
||||
void onAppTransitionDone() {
|
||||
if (mSurfaceFreezer.hasLeash()) {
|
||||
mSurfaceFreezer.unfreeze(getSyncTransaction());
|
||||
}
|
||||
for (int i = mChildren.size() - 1; i >= 0; --i) {
|
||||
final WindowContainer wc = mChildren.get(i);
|
||||
wc.onAppTransitionDone();
|
||||
|
||||
Reference in New Issue
Block a user