mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Prevent crash
This commit is contained in:
@@ -98,7 +98,7 @@ public class InternetAddressJson extends InternetAddress {
|
||||
super.validate();
|
||||
}
|
||||
|
||||
private void ensureParsed() {
|
||||
private synchronized void ensureParsed() {
|
||||
if (this.json != null) {
|
||||
try {
|
||||
String email = json.getString("address");
|
||||
|
||||
Reference in New Issue
Block a user