one more try at that one..

// FREEBIE
This commit is contained in:
Jake McGinty 2014-03-25 03:31:44 -07:00
parent e651f352bb
commit 33000582ed

View file

@ -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();