Merge remote-tracking branch 'upstream/master' into patch-carddb-performance

This commit is contained in:
leriomaggio
2021-08-26 03:03:25 +01:00
26 changed files with 46 additions and 82 deletions

View File

@@ -312,7 +312,6 @@ public class ImageCache {
if (1 == bestFitScale) {
result = original;
} else {
int destWidth = (int)(original.getWidth() * bestFitScale);
int destHeight = (int)(original.getHeight() * bestFitScale);