mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 10:33:41 +02:00
Fixed exception type
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user