Fix Robolectric test breakage am: 77e29775a9 am: c6890f8869

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

Change-Id: Id9fcbd568a485eae82af0429d574fa3ca080805d
This commit is contained in:
Hyunyoung Song 2020-08-25 18:59:08 +00:00 committed by Automerger Merge Worker
commit f5911b9ba0
1 changed files with 1 additions and 0 deletions

View File

@ -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;