Reduce thumbnail generation threshold to 1 second.

This commit is contained in:
Greyson Parrelli
2021-10-22 12:01:04 -04:00
parent 69a2664668
commit 7f39b9b50f

View File

@@ -556,7 +556,7 @@ public final class ConversationListItem extends ConstraintLayout
new CenterCrop()
)
.submit()
.get(3, TimeUnit.SECONDS);
.get(1, TimeUnit.SECONDS);
RoundedDrawable drawable = RoundedDrawable.fromBitmap(thumb);
drawable.setBounds(0, 0, thumbSize, thumbSize);