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

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

am af17925f: am 45b68ac3: am 09325627: am 245b58d6: am baf2c7a4: Merge...

am af17925f: am 45b68ac3: am 09325627: am 245b58d6: am baf2c7a4: Merge "[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager"

* commit 'af17925f':
  [ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager
parents 3b02fe19 af17925f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1099,6 +1099,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) {