Glimpse: Use thumbnail cached image as full image preview
Change-Id: I87891cd8a2a687893e129cde28d5c5b3f43024dd
This commit is contained in:
parent
dd81817e66
commit
c757a1d723
|
@ -95,6 +95,7 @@ class MediaViewerAdapter(
|
|||
this.position = position
|
||||
imageView.load(media.externalContentUri) {
|
||||
memoryCacheKey("full_${media.id}")
|
||||
placeholderMemoryCacheKey("thumbnail_${media.id}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue