mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
one more try at that one..
// FREEBIE
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user