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

Commit 9a1a9dfa authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "[SB][Call chip] Add distinctUntilChanged to ongoingCallNotif flow." into main

parents f0dc329a b76a52d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ constructor(
                    .filter { it.callType == CallType.Ongoing }
                    .minByOrNull { it.whenTime }
            }
            .distinctUntilChanged()
            .flowOn(backgroundDispatcher)

    /** Are any notifications being actively presented in the notification stack? */