mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
one more try at that one..
// FREEBIE
This commit is contained in:
parent
e651f352bb
commit
33000582ed
@ -45,6 +45,7 @@ public class DirectoryHelper {
|
||||
}
|
||||
|
||||
public static boolean isPushDestination(Context context, Recipient recipient) {
|
||||
if (recipient == null) return false;
|
||||
try {
|
||||
final String number = recipient.getNumber();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user