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

Commit f9650bd2 authored by Liran Binyamin's avatar Liran Binyamin
Browse files

Revert "Fix squished hotseat due to bubbles"

This reverts commit a7821390.

Reason for revert: b/354648445

Fixes: 354648445

Change-Id: I069d6d72a59ec273e8b7776512ef9015bdb862c0
parent a7821390
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -792,11 +792,6 @@ 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);
        }
    }

    /**