summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/newbubble')
-rw-r--r--java/com/android/newbubble/NewBubble.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/java/com/android/newbubble/NewBubble.java b/java/com/android/newbubble/NewBubble.java
index 65f7a0aab..09634b572 100644
--- a/java/com/android/newbubble/NewBubble.java
+++ b/java/com/android/newbubble/NewBubble.java
@@ -926,13 +926,7 @@ public class NewBubble {
root.setOnConfigurationChangedListener(
(configuration) -> {
if (expanded) {
- // Collapse immediately without animation
- if (collapseAnimatorSet != null) {
- collapseAnimatorSet.removeAllListeners();
- collapseAnimatorSet.cancel();
- }
- setDrawerVisibility(View.GONE);
- expanded = false;
+ startCollapse(CollapseEnd.NOTHING, false /* shouldRecoverYPosition */);
}
// The values in the current MoveHandler may be stale, so replace it. Then ensure the
// Window is in bounds