Add nullable annotation to Recipient contact URI

// FREEBIE
fork-5.53.8
Moxie Marlinspike 2016-02-12 12:47:05 -08:00
rodzic efdb57e76b
commit 77fb2f520f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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