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

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

Do not ensure visibility when just resizing

am: 9dcb85a0

* commit '9dcb85a0':
  Do not ensure visibility when just resizing
parents 31f048ce 9dcb85a0
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();
        }