This commit is contained in:
M66B 2022-03-04 08:43:45 +01:00
parent 7c9d4b257a
commit 767c7bc16a
1 changed files with 1 additions and 1 deletions

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) {