Hide the manage menu when switching to overflow

Test: manual - open a bubble, tap the 'manage' button
             - tap the overflow
             => observe that the manage menu is hidden smoothly &
                then the overflow is shown
Fixes: 185263101
Change-Id: I1703db6c5eacdec6eaab7bdebac9a910cd0ccfa9
This commit is contained in:
Mady Mellor
2021-04-28 11:27:32 -07:00
parent 681f269d78
commit b97a4cb691

View File

@@ -1598,6 +1598,7 @@ public class BubbleStackView extends FrameLayout
// can start fresh.
cancelAllExpandCollapseSwitchAnimations();
}
showManageMenu(false /* show */);
// If we're expanded, screenshot the currently expanded bubble (before expanding the newly
// selected bubble) so we can animate it out.