Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/ActiveNotificationsInteractor.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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? */ Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/ActiveNotificationsInteractor.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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? */ Loading