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

Commit baf2c7a4 authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "[ActivityManager]: Fix the activity visibility state not sync between...

Merge "[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager"
parents 1ff4293e d5c91ece
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) {