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

Commit 743fd2bb authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-0f75293bffaa4a0ba9a9fa590d91e7a0" into tm-qpr-dev-plus-aosp

* changes:
  [automerge] Unfreeze the surface when the transition is done 2p: f3a5c589
  Unfreeze the surface when the transition is done
parents 5c34b1be 07766292
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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();