mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Small layout improvement
This commit is contained in:
@@ -4883,7 +4883,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
// https://www.rfc-editor.org/rfc/rfc2231
|
||||
if (attachment.name != null && attachment.name.length() > 60)
|
||||
db.attachment().setError(attachment.id, context.getString(R.string.title_attachment_filename));
|
||||
db.attachment().setWarning(attachment.id, context.getString(R.string.title_attachment_filename));
|
||||
|
||||
} catch (Throwable ex) {
|
||||
// Reset progress on failure
|
||||
|
||||
Reference in New Issue
Block a user