Fix Robolectric test breakage

Bug: 166204002

Change-Id: I9c54c6230756dbb5fe8bdcb37ba51165d20bb815
This commit is contained in:
Hyunyoung Song
2020-08-25 00:53:48 -07:00
parent 1a286a189e
commit 77e29775a9

View File

@@ -925,6 +925,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche
private void logStopAndResume(int command) {
if (mPendingExecutor != null) return;
int pageIndex = mWorkspace.isOverlayShown() ? -1 : mWorkspace.getCurrentPage();
int containerType = mStateManager.getState().containerType;