mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-21 17:24:38 +01: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