scale all images to the exact required size to save memory/disk
!661 https://gitlab.com/fdroid/fdroidclient/merge_requests/653#note_65065867
This commit is contained in:
		
							parent
							
								
									cb5923e03b
								
							
						
					
					
						commit
						fa9a4ce608
					
				| @ -379,7 +379,7 @@ public final class Utils { | ||||
|                     .cacheOnDisk(true) | ||||
|                     .considerExifParams(false) | ||||
|                     .bitmapConfig(Bitmap.Config.RGB_565) | ||||
|                     .imageScaleType(ImageScaleType.NONE); | ||||
|                     .imageScaleType(ImageScaleType.EXACTLY); | ||||
|         } | ||||
|         return defaultDisplayImageOptionsBuilder; | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hans-Christoph Steiner
						Hans-Christoph Steiner