mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add placeholder for text post thumbs.
This commit is contained in:
committed by
Greyson Parrelli
parent
5faa497821
commit
2549c1f97d
@@ -399,6 +399,7 @@ public class ThumbnailView extends FrameLayout {
|
||||
|
||||
GlideRequest request = glideRequests.load(model)
|
||||
.diskCacheStrategy(DiskCacheStrategy.NONE)
|
||||
.placeholder(model.getPlaceholder())
|
||||
.transition(withCrossFade());
|
||||
|
||||
if (width > 0 && height > 0) {
|
||||
|
||||
Reference in New Issue
Block a user