mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Fixed divider before text part with filename
This commit is contained in:
parent
8ce78408c2
commit
b9803ece19
@ -1853,9 +1853,9 @@ public class MimeUtility {
|
||||
}
|
||||
text.append(FILENAME_PREFIX);
|
||||
text.append(filename);
|
||||
text.append(FILENAME_SUFFIX);
|
||||
text.append(TEXT_DIVIDER.substring(0, TEXT_DIVIDER_LENGTH -
|
||||
FILENAME_PREFIX_LENGTH - filename.length() - FILENAME_SUFFIX_LENGTH));
|
||||
text.append(' ');
|
||||
} else {
|
||||
text.append(TEXT_DIVIDER);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user