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

Commit 51a65270 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-196349f6d992411bb2e43461f2f0acaa"

* changes:
  [automerge] Start a visible requested activity if still in initializing state 2p: bf81060f 2p: cbbb9428
  [automerge] Start a visible requested activity if still in initializing state 2p: bf81060f
  Start a visible requested activity if still in initializing state
parents 4ba83287 1265bb5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ class EnsureActivitiesVisibleHelper {
        // invisible. If the app is already visible, it must have died while it was visible. In this
        // case, we'll show the dead window but will not restart the app. Otherwise we could end up
        // thrashing.
        if (!isTop && r.mVisibleRequested) {
        if (!isTop && r.mVisibleRequested && !r.isState(INITIALIZING)) {
            return;
        }