mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 10:18:26 +00:00
Add nullable annotation to Recipient contact URI
// FREEBIE
This commit is contained in:
parent
efdb57e76b
commit
77fb2f520f
@ -101,7 +101,7 @@ public class Recipient {
|
|||||||
this.color = details.color;
|
this.color = details.color;
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized Uri getContactUri() {
|
public synchronized @Nullable Uri getContactUri() {
|
||||||
return this.contactUri;
|
return this.contactUri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user