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

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

Merge "[SB][Chips] Use distinctUntilChanged for statusBarHeadsUpState." into main

parents 9ec6e785 7dbeef96
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ constructor(
                    TopPinnedState.NothingPinned
                }
            }
            .distinctUntilChanged()

    /** Emits the pinned notification status as it relates to the status bar. */
    val statusBarHeadsUpStatus: Flow<PinnedStatus> =