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

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

am 3217cc6f: Merge "Fix activities appearing behind launcher icons" into klp-dev

* commit '3217cc6f':
  Fix activities appearing behind launcher icons
parents ff64f5ed 3217cc6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1094,6 +1094,7 @@ final class ActivityStack {
                            if (!r.visible) {
                                if (DEBUG_VISBILITY) Slog.v(
                                        TAG, "Starting and making visible: " + r);
                                r.visible = true;
                                mWindowManager.setAppVisibility(r.appToken, true);
                            }
                            if (r != starting) {