mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Reduce thumbnail generation threshold to 1 second.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user