mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Add nullable annotation to Recipient contact URI
// FREEBIE
This commit is contained in:
@@ -101,7 +101,7 @@ public class Recipient {
|
||||
this.color = details.color;
|
||||
}
|
||||
|
||||
public synchronized Uri getContactUri() {
|
||||
public synchronized @Nullable Uri getContactUri() {
|
||||
return this.contactUri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user