pull/194/merge
M66B 4 years ago
parent 12d7a615de
commit 782c1a14fe

@ -158,6 +158,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
if (width > 0 && height > 0)
sb.append(width).append(" \u00d7 ").append(height);
if (BuildConfig.DEBUG) {
String color = args.getString("color");
if (color != null) {
if (sb.length() > 0)
@ -171,6 +172,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
sb.append(' ');
sb.append(config);
}
}
long size = args.getLong("size");
if (size > 0) {

Loading…
Cancel
Save