Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashController.java +2 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,8 @@ public class BubbleStashController { /** Whether bubbles are showing on the launcher home page. */ public boolean isBubblesShowingOnHome() { return mBubblesShowingOnHome; boolean hasBubbles = mBarViewController != null && mBarViewController.hasBubbles(); return mBubblesShowingOnHome && hasBubbles; } // TODO: when tapping on an app in overview, this is a bit delayed compared to taskbar stashing Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashController.java +2 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,8 @@ public class BubbleStashController { /** Whether bubbles are showing on the launcher home page. */ public boolean isBubblesShowingOnHome() { return mBubblesShowingOnHome; boolean hasBubbles = mBarViewController != null && mBarViewController.hasBubbles(); return mBubblesShowingOnHome && hasBubbles; } // TODO: when tapping on an app in overview, this is a bit delayed compared to taskbar stashing Loading