Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e29e3192 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Fix squished hotseat due to bubbles" into main

parents 4cebffa2 a7821390
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -795,6 +795,11 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
     */
    public void setUIController(@NonNull TaskbarUIController uiController) {
        mControllers.setUiController(uiController);
        if (mControllers.bubbleControllers.isEmpty()) {
            // if the bubble bar was visible in a previous configuration of taskbar and is being
            // recreated now without bubbles, clean up any bubble bar adjustments from hotseat
            bubbleBarVisibilityChanged(/* isVisible= */ false);
        }
    }

    /**