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

Commit 67fe6d1f authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "Revert "Fix a bug: unable to start activity when AM is killing the process.""

parents dc0afc91 ca9ba587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ public final class ActivityStackSupervisor {

        r.task.stack.setLaunchTime(r);

        if (app != null && app.thread != null && !app.killedByAm) {
        if (app != null && app.thread != null) {
            try {
                if ((r.info.flags&ActivityInfo.FLAG_MULTIPROCESS) == 0
                        || !"android".equals(r.info.packageName)) {