[android] Refactor attachment loading to use LiveData

This commit is contained in:
Torsten Grote
2019-11-11 16:39:35 -03:00
parent a1cf485ecc
commit 31f42d44af
6 changed files with 134 additions and 86 deletions

View File

@@ -28,7 +28,7 @@ public class AttachmentRetrieverIntegrationTest {
private final ImageHelper imageHelper = new ImageHelperImpl();
private final AttachmentRetriever retriever =
new AttachmentRetrieverImpl(null, dimensions, imageHelper,
new AttachmentRetrieverImpl(null, null, dimensions, imageHelper,
new ImageSizeCalculator(imageHelper));
@Test