Rename aRoomSummaryDetail to aRoomSummaryDetails
This commit is contained in:
parent
35e5df04f5
commit
4c86126eae
4 changed files with 11 additions and 11 deletions
|
|
@ -40,7 +40,7 @@ fun aRoomSummaryFilled(
|
|||
unreadNotificationCount: Int = 2,
|
||||
notificationMode: RoomNotificationMode? = null,
|
||||
) = RoomSummary.Filled(
|
||||
aRoomSummaryDetail(
|
||||
aRoomSummaryDetails(
|
||||
roomId = roomId,
|
||||
name = name,
|
||||
isDirect = isDirect,
|
||||
|
|
@ -52,7 +52,7 @@ fun aRoomSummaryFilled(
|
|||
)
|
||||
)
|
||||
|
||||
fun aRoomSummaryDetail(
|
||||
fun aRoomSummaryDetails(
|
||||
roomId: RoomId = A_ROOM_ID,
|
||||
name: String = A_ROOM_NAME,
|
||||
isDirect: Boolean = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue