mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Improved address error
This commit is contained in:
@@ -5599,7 +5599,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
address.validate();
|
||||
} catch (AddressException ex) {
|
||||
throw new AddressException(context.getString(R.string.title_address_parse_error,
|
||||
MessageHelper.formatAddressesCompose(addresses), ex.getMessage()));
|
||||
MessageHelper.formatAddressesCompose(new Address[]{address}), ex.getMessage()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user