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

Commit 6b027cc7 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am e7dd3469: Merge "Relax conditions for including windows behind dialogs" into klp-dev

* commit 'e7dd3469':
  Relax conditions for including windows behind dialogs
parents 846a482a e7dd3469
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1096,7 +1096,7 @@ final class ActivityStack {
                        int rIndex = task.mActivities.indexOf(r);
                        for ( --rIndex; rIndex >= 0; --rIndex) {
                            final ActivityRecord blocker = task.mActivities.get(rIndex);
                            if (!blocker.finishing && blocker.visible) {
                            if (!blocker.finishing) {
                                if (DEBUG_VISBILITY) Slog.v(TAG, "Home visibility for " +
                                        r + " blocked by " + blocker);
                                break;