Merge "Fix TaplOpenCloseAllAppsTest#testAllAppsFromHome" into main

This commit is contained in:
Federico Baron
2024-02-28 06:17:13 +00:00
committed by Android (Google) Code Review

View File

@@ -261,7 +261,7 @@ public abstract class AllApps extends LauncherInstrumentation.VisibleContainer
int attempts = 0;
final Rect margins = new Rect(
/* left= */ 0,
getTopVisibleIconBounds(allAppsContainer).bottom,
mHeight / 2,
/* right= */ 0,
/* bottom= */ getAppsListRecyclerBottomPadding());