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

Commit 788bd928 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:...

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

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

Change-Id: I833516c6c2a7e1bfcebb42192489dd08721066f3
parents e307ab2c 5be8caf1
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;