mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Refactoring
This commit is contained in:
@@ -6693,7 +6693,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (!TextUtils.isEmpty(attachment.name))
|
||||
footer.appendText(" " + attachment.name);
|
||||
if (attachment.size != null)
|
||||
footer.appendText(" " + Helper.humanReadableByteCount(attachment.size, true));
|
||||
footer.appendText(" " + Helper.humanReadableByteCount(attachment.size));
|
||||
footer.appendElement("br");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user