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

Commit e0663591 authored by Craig Mautner's avatar Craig Mautner
Browse files

Fix activities appearing behind launcher icons

cherry picked from d5c91ece

Change-Id: I76d20398e71c1be4accfaed6b0791674197b4fb0
parent 81479358
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) {