List invites below members
Change-Id: I4910571e61006964f53b2f51f7c1451a3adb4bdc
This commit is contained in:
parent
205828852d
commit
0c7cc81830
|
@ -188,8 +188,8 @@ class RoomMemberListViewModel @AssistedInject constructor(@Assisted initialState
|
||||||
users.toPoweredMemberList(RoomMemberListCategories.SG_USER, powerLevelsHelper) +
|
users.toPoweredMemberList(RoomMemberListCategories.SG_USER, powerLevelsHelper) +
|
||||||
customs.toPoweredMemberList(RoomMemberListCategories.SG_CUSTOM, powerLevelsHelper)
|
customs.toPoweredMemberList(RoomMemberListCategories.SG_CUSTOM, powerLevelsHelper)
|
||||||
return listOf(
|
return listOf(
|
||||||
RoomMemberListCategories.INVITE to invitesWithPower.sortedWith(roomMemberSummaryWithPowerComparator),
|
RoomMemberListCategories.MEMBER to membersWithPower.sortedWith(roomMemberSummaryWithPowerComparator),
|
||||||
RoomMemberListCategories.MEMBER to membersWithPower.sortedWith(roomMemberSummaryWithPowerComparator)
|
RoomMemberListCategories.INVITE to invitesWithPower.sortedWith(roomMemberSummaryWithPowerComparator)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue