Merge "Fix state after dragging bubble to dismiss" into main

This commit is contained in:
Liran Binyamin
2024-06-10 23:42:00 +00:00
committed by Android (Google) Code Review
@@ -153,6 +153,7 @@ public class BubbleDragController {
@Override
protected void onDragDismiss() {
mBubblePinController.onDragEnd();
mBubbleBarViewController.onBubbleDragEnd();
}
@Override