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

Commit d198473d authored by Louis Chang's avatar Louis Chang Committed by Automerger Merge Worker
Browse files

Merge "Start a visible requested activity if still in initializing state" into...

Merge "Start a visible requested activity if still in initializing state" into tm-dev am: bfccc9fd

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



Change-Id: Ifbdc39ec7ad50917779941e41e61675e4cea9b8e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 608ffec0 bfccc9fd
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;
        }