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

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

Multi-window optimizations #2 am: c3fb3143

am: ec3c6696

* commit 'ec3c6696':
  Multi-window optimizations #2
parents c2f53ced ec3c6696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1932,7 +1932,7 @@ public final class ActivityStackSupervisor implements DisplayListener {

    private void ensureConfigurationAndResume(ActivityStack stack, ActivityRecord r,
            boolean preserveWindows) {
        if (r == null) {
        if (r == null || !r.visible) {
            return;
        }
        final boolean updated = stack.ensureActivityConfigurationLocked(r, 0,