mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01:00
GV2 message contexts.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user