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

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

am 663fb7a0: am da9b87a7: am 5d8936b4: am 27581792: am 54f99137: am 3747768b:...

am 663fb7a0: am da9b87a7: am 5d8936b4: am 27581792: am 54f99137: am 3747768b: Merge "Fix visibility of multiple non-fullscreen activities."

* commit '663fb7a0':
  Fix visibility of multiple non-fullscreen activities.
parents 5e3be738 663fb7a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1149,7 +1149,7 @@ final class ActivityStack {
                    } else if (isActivityOverHome(r)) {
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r);
                        showHomeBehindStack = true;
                        behindFullscreen = !isHomeStack();
                        behindFullscreen = !isHomeStack() && r.frontOfTask && task.mOnTopOfHome;
                    }
                } else {
                    if (DEBUG_VISBILITY) Slog.v(