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

Commit 40432bdf authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Restore parameter lost in merge."

parents f072be84 74266849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ public final class ActivityStackSupervisor implements DisplayListener {
                    if (hr.app == null && app.uid == hr.info.applicationInfo.uid
                            && processName.equals(hr.processName)) {
                        try {
                            if (realStartActivityLocked(hr, app, true, true)) {
                            if (realStartActivityLocked(hr, app, true, true, null)) {
                                didSomething = true;
                            }
                        } catch (Exception e) {