Use high quality images

This commit is contained in:
TobiGr 2026-02-06 23:23:22 +01:00 committed by tobigr
parent ec6243d7ee
commit 599f9ca6d3

View File

@ -864,7 +864,7 @@ public class DownloadMission extends Mission {
// Alternative approaches are to either downscale a high res image or
// to download the correct size depending on the chosen post-processing algorithm.
final String thumbnailUrl = ImageStrategy.choosePreferredImage(
images, PreferredImageQuality.MEDIUM);
images, PreferredImageQuality.HIGH);
// TODO: get context from somewhere else
thumbnail = CoilHelper.INSTANCE.loadBitmapBlocking(App.getInstance(), thumbnailUrl);
thumbnailFetched = true;