mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Small improvement
This commit is contained in:
@@ -1546,7 +1546,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
tvExpand.setVisibility(View.GONE);
|
||||
else {
|
||||
tvExpand.setText(context.getString(R.string.title_expand_warning,
|
||||
message.size == null ? "?" : Helper.humanReadableByteCount(message.size)));
|
||||
message.size == null ? "? kB" : Helper.humanReadableByteCount(message.size)));
|
||||
tvExpand.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user