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

Commit 1265bb5b authored by Louis Chang's avatar Louis Chang Committed by Presubmit Automerger Backend
Browse files

[automerge] Start a visible requested activity if still in initializing state...

[automerge] Start a visible requested activity if still in initializing state 2p: bf81060f 2p: cbbb9428

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17651824

Bug: 227658778
Change-Id: I4a6d695fe4d6d84dd171b13b6c815be4266f125a
parents 94c9f4df cbbb9428
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;
        }