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

Commit 38c96cb8 authored by Winson's avatar Winson
Browse files

Fixing build breakage.

Change-Id: I0a0ef36b9724fc2e51c545a405b23d261cc85c4f
parent a7473a67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ public class RecentsImpl extends IRecentsNonSystemUserCallbacks.Stub
    public void dockTopTask() {
        SystemServicesProxy ssp = Recents.getSystemServices();
        ActivityManager.RunningTaskInfo topTask = ssp.getTopMostTask();
        if (topTask != null && !ssp.isInHomeStack(topTask.id)) {
        if (topTask != null && !SystemServicesProxy.isHomeStack(topTask.stackId)) {
            ssp.startTaskInDockedMode(topTask.id,
                    ActivityManager.DOCKED_STACK_CREATE_MODE_TOP_OR_LEFT);
            showRecents(false /* triggeredFromAltTab */);