Merge "Control stash handle visibility directly" into main

This commit is contained in:
Ats Jenk
2025-03-28 10:01:02 -07:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions
@@ -85,7 +85,6 @@ public class BubbleStashedHandleViewController {
mActivity = activity;
mStashedHandleView = stashedHandleView;
mStashedHandleAlpha = new MultiValueAlpha(mStashedHandleView, 1);
mStashedHandleAlpha.setUpdateVisibility(true);
}
/** Initialize controller. */
@@ -556,6 +556,7 @@ class TransientBubbleStashController(
) {
if (bubbleBarViewController.isHiddenForNoBubbles) {
// If there are no bubbles the bar and handle are invisible, nothing to do here.
cancelAnimation()
return
}
val isStashed = stash && !isBubblesShowingOnHome && !isBubblesShowingOnOverview