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

Commit f5911b9b authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Automerger Merge Worker
Browse files

Fix Robolectric test breakage am: 77e29775 am: c6890f88

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12442805

Change-Id: Id9fcbd568a485eae82af0429d574fa3ca080805d
parents 516da83f c6890f88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -927,6 +927,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche
    protected void handlePendingActivityRequest() { }

    private void logStopAndResume(int command) {
        if (mPendingExecutor != null) return;
        int pageIndex = mWorkspace.isOverlayShown() ? -1 : mWorkspace.getCurrentPage();
        int containerType = mStateManager.getState().containerType;