mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 11:45:36 +00:00
Oops
This commit is contained in:
parent
7c9d4b257a
commit
767c7bc16a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue