mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
one more try at that one..
// FREEBIE
This commit is contained in:
parent
e651f352bb
commit
33000582ed
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue