mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Small fix
This commit is contained in:
@@ -2308,7 +2308,7 @@ public class Helper {
|
||||
return (sign < 0 ? "-" : "") +
|
||||
(days > 0 ? days + " " : "") +
|
||||
DateUtils.formatElapsedTime(seconds) +
|
||||
(ms == 0 ? "" : ". " + ms);
|
||||
(ms == 0 ? "" : "." + ms);
|
||||
}
|
||||
|
||||
static String formatNumber(Integer number, long max, NumberFormat nf) {
|
||||
|
||||
Reference in New Issue
Block a user