Revert "Synchronize bar expansion with WM Shell"
Revert submission 28703070-bubbles-defer-expand Reason for revert: DroidMonitor. Potential culprit for b/359765550 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:28703070-bubbles-defer-expand Change-Id: I5651cc8f740b1f0718abcfa8065e18c174657224
This commit is contained in:
committed by
Android (Google) Code Review
parent
9b559c48a3
commit
799802cb7e
@@ -119,8 +119,7 @@ public class BubbleBarViewController {
|
||||
mBubbleDragController = bubbleControllers.bubbleDragController;
|
||||
mTaskbarStashController = controllers.taskbarStashController;
|
||||
mTaskbarInsetsController = controllers.taskbarInsetsController;
|
||||
mBubbleBarViewAnimator = new BubbleBarViewAnimator(
|
||||
mBarView, mBubbleStashController, mBubbleBarController::showExpandedView);
|
||||
mBubbleBarViewAnimator = new BubbleBarViewAnimator(mBarView, mBubbleStashController);
|
||||
mTaskbarViewPropertiesProvider = taskbarViewPropertiesProvider;
|
||||
onBubbleBarConfigurationChanged(/* animate= */ false);
|
||||
mActivity.addOnDeviceProfileChangeListener(
|
||||
|
||||
Reference in New Issue
Block a user