mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Utilize drawable instead of bitmap for transition.
This commit is contained in:
committed by
Greyson Parrelli
parent
6aa4ef95b5
commit
417db2341b
@@ -542,7 +542,7 @@ public class AttachmentManager {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
if (slide.isPresent()) {
|
||||
MediaPreviewCache.INSTANCE.setBitmap(((ThumbnailView) v).getBitmap());
|
||||
MediaPreviewCache.INSTANCE.setDrawable(((ThumbnailView) v).getImageDrawable());
|
||||
previewImageDraft(slide.get());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user