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

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

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

parents 6b87f761 bf81060f
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;
        }