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

Commit 07766292 authored by Louis Chang's avatar Louis Chang Committed by Presubmit Automerger Backend
Browse files

[automerge] Unfreeze the surface when the transition is done 2p: f3a5c589

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23053887

Bug: 280754787
Change-Id: I99cb12d1acd8601e1afcbfea29e959b6f19bbdb9
parents 2c9ef37f f3a5c589
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();