Fixed exception type

pull/156/head 1.527
M66B 5 years ago
parent a312f6ce4d
commit d03d87ca4d

@ -608,7 +608,7 @@ public class MessageHelper {
return new Address[]{new InternetAddress(to.getTo().split(",")[0])};
} catch (android.net.ParseException ex) {
throw new ParseException(list);
throw new IllegalArgumentException(list, ex);
}
} catch (android.net.ParseException ex) {
Log.w(ex);

Loading…
Cancel
Save