No need to force DefaultNotificationDrawerManager receiver for this private fun.

This commit is contained in:
Benoit Marty 2023-09-15 15:11:22 +02:00 committed by Benoit Marty
parent 096c935874
commit e0cef81118

View file

@ -222,7 +222,7 @@ class DefaultNotificationDrawerManager @Inject constructor(
private fun updateEvents(
doRender: Boolean,
action: DefaultNotificationDrawerManager.(NotificationEventQueue) -> Unit,
action: (NotificationEventQueue) -> Unit,
) {
notificationState.updateQueuedEvents(this) { queuedEvents, _ ->
action(queuedEvents)