Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/HeadsUpNotificationInteractor.kt +6 −5 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ constructor( TopPinnedState.NothingPinned } } .distinctUntilChanged() /** Emits the pinned notification status as it relates to the status bar. */ val statusBarHeadsUpStatus: Flow<PinnedStatus> = Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/HeadsUpNotificationInteractor.kt +6 −5 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ constructor( TopPinnedState.NothingPinned } } .distinctUntilChanged() /** Emits the pinned notification status as it relates to the status bar. */ val statusBarHeadsUpStatus: Flow<PinnedStatus> = Loading