Skip to content

Commit 30b8eb8

Browse files
committed
Use high quality images
1 parent 6657a36 commit 30b8eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/us/shandian/giga/get/DownloadMission.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ public void fetchThumbnail(@NonNull final List<Image> images) {
864864
// Alternative approaches are to either downscale a high res image or
865865
// to download the correct size depending on the chosen post-processing algorithm.
866866
final String thumbnailUrl = ImageStrategy.choosePreferredImage(
867-
images, PreferredImageQuality.MEDIUM);
867+
images, PreferredImageQuality.HIGH);
868868
// TODO: get context from somewhere else
869869
thumbnail = CoilHelper.INSTANCE.loadBitmapBlocking(App.getInstance(), thumbnailUrl);
870870
thumbnailFetched = true;

0 commit comments

Comments
 (0)