mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Sign-only fixes
This commit is contained in:
@@ -345,7 +345,8 @@ public class Log {
|
||||
elements[i] = (element == null ? null : element.toString());
|
||||
}
|
||||
value = TextUtils.join(",", elements);
|
||||
}
|
||||
} else
|
||||
value = "[" + length + "]";
|
||||
} else if (v instanceof Long)
|
||||
value = "0x" + Long.toHexString((Long) v);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user