Merge "No longer stash taskbar when swiping up all apps" into tm-dev am: 21c63bc809

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

Change-Id: Id9bf162886e2cfa93039dc731b45136bfda68830
This commit is contained in:
Alex Chau
2022-02-24 12:14:01 +00:00
committed by Automerger Merge Worker
@@ -66,11 +66,6 @@ public class AllAppsState extends LauncherState {
return scaleAndTranslation;
}
@Override
public boolean isTaskbarStashed(Launcher launcher) {
return true;
}
@Override
protected float getDepthUnchecked(Context context) {
// The scrim fades in at approximately 50% of the swipe gesture.
@@ -93,7 +88,7 @@ public class AllAppsState extends LauncherState {
@Override
public int getVisibleElements(Launcher launcher) {
return ALL_APPS_CONTENT;
return ALL_APPS_CONTENT | HOTSEAT_ICONS;
}
@Override