We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d489fdb commit 935578bCopy full SHA for 935578b
app/src/main/java/us/shandian/giga/get/DownloadMission.java
@@ -864,7 +864,7 @@ public void fetchThumbnail(@NonNull final List<Image> images) {
864
// Alternative approaches are to either downscale a high res image or
865
// to download the correct size depending on the chosen post-processing algorithm.
866
final String thumbnailUrl = ImageStrategy.choosePreferredImage(
867
- images, PreferredImageQuality.MEDIUM);
+ images, PreferredImageQuality.HIGH);
868
// TODO: get context from somewhere else
869
thumbnail = CoilHelper.INSTANCE.loadBitmapBlocking(App.getInstance(), thumbnailUrl);
870
thumbnailFetched = true;
0 commit comments