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

Commit 002900bd authored by Steve Kondik's avatar Steve Kondik
Browse files

am: Remove extraneous boostage

 * Not necessary, and it's apparently possible for ainfo to be null
   here.  Remove the boost.

Change-Id: I53d052a2949d2b46b5a219113d53a001c7979024
parent c241b7e0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1453,8 +1453,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
                            Display.DEFAULT_DISPLAY : mFocusedStack.mDisplayId) :
                            (container.mActivityDisplay == null ? Display.DEFAULT_DISPLAY :
                                    container.mActivityDisplay.mDisplayId)));
            /* Acquire perf lock during new app launch */
            mService.launchBoost(-1, aInfo.packageName);
        }

        ActivityRecord sourceRecord = null;