Update tests.

This commit is contained in:
Benoit Marty 2026-05-20 10:53:50 +02:00
parent afe958601f
commit c93461d91d
7 changed files with 119 additions and 5 deletions

View file

@ -287,8 +287,6 @@ class RoomDetailsPresenter(
room.setUnreadFlag(isUnread = true)
.onSuccess {
analyticsService.captureInteraction(name = Interaction.Name.MobileRoomListRoomContextMenuUnreadToggle)
}
.onSuccess {
navigator.onDone()
}
}