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

Commit 744fb8b5 authored by Evan Rosky's avatar Evan Rosky Committed by Automerger Merge Worker
Browse files

Merge "Report layer boost at all levels, not just Activity" into rvc-dev am: a91a1517

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

Change-Id: Ie1250173e191d03fbd483810603a3dc581b86868
parents 0c139822 a91a1517
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1897,6 +1897,7 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
    }

    boolean needsZBoost() {
        if (mNeedsZBoost) return true;
        for (int i = 0; i < mChildren.size(); i++) {
            if (mChildren.get(i).needsZBoost()) {
                return true;