GV2 message contexts.

This commit is contained in:
Alan Evans
2020-05-13 13:36:57 -03:00
committed by Alex Hart
parent f099c3591c
commit b8df90531f
14 changed files with 286 additions and 108 deletions

View File

@@ -42,13 +42,11 @@ final class RecipientDialogRepository {
this.groupId = groupId;
}
@NonNull
RecipientId getRecipientId() {
@NonNull RecipientId getRecipientId() {
return recipientId;
}
@Nullable
GroupId getGroupId() {
@Nullable GroupId getGroupId() {
return groupId;
}