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

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

am baf2c7a4: Merge "[ActivityManager]: Fix the activity visibility state not...

am baf2c7a4: Merge "[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager"

* commit 'baf2c7a4':
  [ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager
parents 76dcacad baf2c7a4
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) {