Add nullable annotation to Recipient contact URI

// FREEBIE
pull/1/head
Moxie Marlinspike 9 years ago
parent efdb57e76b
commit 77fb2f520f

@ -101,7 +101,7 @@ public class Recipient {
this.color = details.color;
}
public synchronized Uri getContactUri() {
public synchronized @Nullable Uri getContactUri() {
return this.contactUri;
}

Loading…
Cancel
Save