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

Commit bb291681 authored by Alina Zaidi's avatar Alina Zaidi Committed by Android (Google) Code Review
Browse files

Merge "Remove TODO for per display implementation of Bubbles" into main

parents e023d505 25be91bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,10 +242,10 @@ constructor(

    private fun updateBubblesVisibility(statusBarVisible: Boolean) {
        if (displayId != Display.DEFAULT_DISPLAY) {
            // Bubbles are currently only supported on the default display.
            return
        }
        bubblesOptional.ifPresent { bubbles: Bubbles ->
            // TODO(b/373311537): per display implementation of Bubbles
            bubbles.onStatusBarVisibilityChanged(statusBarVisible)
        }
    }