Fix issue after rebase.
This commit is contained in:
@@ -141,7 +141,7 @@ class DefaultNotificationDrawerManager(
|
||||
*/
|
||||
override fun clearMessagesForThread(sessionId: SessionId, roomId: RoomId, threadId: ThreadId) {
|
||||
val tag = NotificationCreator.messageTag(roomId, threadId)
|
||||
notificationManager.cancel(tag, NotificationIdProvider.getRoomMessagesNotificationId(sessionId))
|
||||
notificationDisplayer.cancelNotification(tag, NotificationIdProvider.getRoomMessagesNotificationId(sessionId))
|
||||
clearSummaryNotificationIfNeeded(sessionId)
|
||||
}
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ class DefaultOnRedactedEventReceivedTest {
|
||||
}
|
||||
)
|
||||
},
|
||||
displayer = FakeNotificationDisplayer(showNotificationMessageResult = showNotificationLambda),
|
||||
displayer = FakeNotificationDisplayer(showNotificationResult = showNotificationLambda),
|
||||
)
|
||||
sut.onRedactedEventsReceived(listOf(ResolvedPushEvent.Redaction(A_SESSION_ID, A_ROOM_ID, AN_EVENT_ID, null)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user