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

Commit 989c65fc authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7685201 from efafc988 to sc-qpr1-release

Change-Id: Ia2fc602e2b1a48c882c5b53b1739cc1f06828420
parents 3fdb2ea3 efafc988
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4911,7 +4911,8 @@ public final class ActivityThread extends ClientTransactionHandler
                Slog.w(TAG, "Activity top position already set to onTop=" + onTop);
                return;
            }
            throw new IllegalStateException("Activity top position already set to onTop=" + onTop);
            // TODO(b/197484331): Remove this short-term workaround while fixing the binder failure.
            Slog.e(TAG, "Activity top position already set to onTop=" + onTop);
        }

        r.isTopResumedActivity = onTop;