No need to force DefaultNotificationDrawerManager receiver for this private fun.
This commit is contained in:
parent
096c935874
commit
e0cef81118
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class DefaultNotificationDrawerManager @Inject constructor(
|
||||||
|
|
||||||
private fun updateEvents(
|
private fun updateEvents(
|
||||||
doRender: Boolean,
|
doRender: Boolean,
|
||||||
action: DefaultNotificationDrawerManager.(NotificationEventQueue) -> Unit,
|
action: (NotificationEventQueue) -> Unit,
|
||||||
) {
|
) {
|
||||||
notificationState.updateQueuedEvents(this) { queuedEvents, _ ->
|
notificationState.updateQueuedEvents(this) { queuedEvents, _ ->
|
||||||
action(queuedEvents)
|
action(queuedEvents)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue