mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Don't animate new bubble when already expanded" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9af43dfdf8
@@ -388,7 +388,7 @@ public class BubbleBarViewController {
|
||||
|
||||
boolean isInApp = mTaskbarStashController.isInApp();
|
||||
// only animate the new bubble if we're in an app and not auto expanding
|
||||
if (b instanceof BubbleBarBubble && isInApp && !isExpanding) {
|
||||
if (b instanceof BubbleBarBubble && isInApp && !isExpanding && !isExpanded()) {
|
||||
mBubbleBarViewAnimator.animateBubbleInForStashed((BubbleBarBubble) b);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user