Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +1 −4 Original line number Diff line number Diff line Loading @@ -2072,10 +2072,7 @@ public class BubbleController implements ConfigurationChangeListener, @Override public void suppressionChanged(Bubble bubble, boolean isSuppressed) { if (mLayerView != null) { // TODO (b/273316505) handle suppression changes, although might not need to // to do anything on the layerview side for this... } // Nothing to do for our views, handled by launcher / in the bubble bar. } @Override Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +1 −4 Original line number Diff line number Diff line Loading @@ -2072,10 +2072,7 @@ public class BubbleController implements ConfigurationChangeListener, @Override public void suppressionChanged(Bubble bubble, boolean isSuppressed) { if (mLayerView != null) { // TODO (b/273316505) handle suppression changes, although might not need to // to do anything on the layerview side for this... } // Nothing to do for our views, handled by launcher / in the bubble bar. } @Override Loading