Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b9bfa10 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove todo for suppression handling" into main

parents 06640833 b137cafe
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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