mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
@@ -106,7 +106,7 @@ public class InternetAddressJson extends InternetAddress {
|
||||
if (this.json != null) {
|
||||
try {
|
||||
JSONObject jaddress = new JSONObject("{" + this.json + "}");
|
||||
String address = jaddress.optString("address");
|
||||
String address = jaddress.getString("address");
|
||||
String personal = jaddress.optString("personal");
|
||||
if (!TextUtils.isEmpty(address))
|
||||
super.setAddress(address);
|
||||
|
||||
Reference in New Issue
Block a user