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

Commit a335f86a authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Do not ensure visibility when just resizing am: 9dcb85a0

am: 81c44bcf

* commit '81c44bcf':
  Do not ensure visibility when just resizing
parents f47d23fe 81c44bcf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1938,9 +1938,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
        }
        final boolean updated = stack.ensureActivityConfigurationLocked(r, 0,
                preserveWindows);
        // And we need to make sure at this point that all other activities
        // are made visible with the correct configuration.
        ensureActivitiesVisibleLocked(r, 0, preserveWindows);
        if (!updated) {
            resumeFocusedStackTopActivityLocked();
        }