Merge "Reset divider bar visibility after long pressing on taskbar" into sc-v2-dev am: 27ee995528

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

Change-Id: I46952f4a24c98b3af38d51f24b4e39e9a04461f8
This commit is contained in:
Jerry Chang
2021-07-26 01:27:21 +00:00
committed by Automerger Merge Worker
@@ -1527,6 +1527,8 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>,
boolean wasVisible = mWasLauncherAlreadyVisible || mGestureStarted;
mActivityInterface.onTransitionCancelled(wasVisible, mGestureState.getEndTarget());
TaskViewUtils.setDividerBarShown(mRecentsAnimationTargets.nonApps, true);
// Leave the pending invisible flag, as it may be used by wallpaper open animation.
if (mActivity != null) {
mActivity.clearForceInvisibleFlag(INVISIBLE_BY_STATE_HANDLER);