mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-22 15:47:58 +01:00
Small improvement
This commit is contained in:
@@ -1208,7 +1208,7 @@ public class Helper {
|
||||
return humanReadableByteCount(bytes, true);
|
||||
}
|
||||
|
||||
private static String humanReadableByteCount(long bytes, boolean si) {
|
||||
static String humanReadableByteCount(long bytes, boolean si) {
|
||||
int sign = (int) Math.signum(bytes);
|
||||
bytes = Math.abs(bytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user