Loading quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +0 −5 Original line number Diff line number Diff line Loading @@ -814,11 +814,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); } } /** Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +0 −5 Original line number Diff line number Diff line Loading @@ -814,11 +814,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); } } /** Loading