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

Commit 74266849 authored by Craig Mautner's avatar Craig Mautner
Browse files

Restore parameter lost in merge.

Fixes build.

Change-Id: I40489334ca5dc10d0041b78a82535c41e13def11
parent ff288f7f
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) {