1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-30 11:45:36 +00:00
This commit is contained in:
M66B 2022-03-04 08:43:45 +01:00
parent 7c9d4b257a
commit 767c7bc16a

View file

@ -147,7 +147,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
int width = args.getInt("width");
int height = args.getInt("height");
if (width > 0 && height > 0)
sb.append(width).append(" \u00d7 ").append(width);
sb.append(width).append(" \u00d7 ").append(height);
long size = args.getLong("size");
if (size > 0) {