Update libsignal to 0.65.0

This commit is contained in:
Greyson Parrelli
2025-01-09 11:39:34 -05:00
parent ef71410eaf
commit 6487fbe687
415 changed files with 181 additions and 167 deletions

View File

@@ -356,7 +356,7 @@ public class Contact implements Parcelable {
return type;
}
public @NonNull String getLabel() {
public @Nullable String getLabel() {
return label;
}