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

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

am 6b027cc7: am e7dd3469: Merge "Relax conditions for including windows behind...

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

* commit '6b027cc7':
  Relax conditions for including windows behind dialogs
parents 1a205e9a 6b027cc7
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;