[SES-3115] - Missing "xxx NOT SENT" status text (#975)

pull/1710/head
SessionHero01 1 month ago committed by GitHub
parent 4d4a48b689
commit 0e62a2f301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -123,10 +123,11 @@ abstract class BaseGroupMembersViewModel (
}
}
GroupMember.Status.INVITE_NOT_SENT -> context.getString(R.string.groupInviteNotSent)
GroupMember.Status.PROMOTION_NOT_SENT -> context.getString(R.string.adminPromotionNotSent)
GroupMember.Status.INVITE_UNKNOWN,
GroupMember.Status.INVITE_ACCEPTED,
GroupMember.Status.INVITE_NOT_SENT,
GroupMember.Status.PROMOTION_NOT_SENT,
GroupMember.Status.PROMOTION_UNKNOWN,
GroupMember.Status.PROMOTION_ACCEPTED -> ""
}

Loading…
Cancel
Save