dont load header images in their full size
This commit is contained in:
		
					parent
					
						
							
								4845a54821
							
						
					
				
			
			
				commit
				
					
						a8bd468190
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -315,6 +315,8 @@ class AccountActivity : BottomSheetActivity(), ActionButtonActivity, HasSupportF | |||
|                     .into(accountAvatarImageView) | ||||
|             Picasso.with(this) | ||||
|                     .load(account.header) | ||||
|                     .fit() // prevents crash with large header images | ||||
|                     .centerCrop() | ||||
|                     .into(accountHeaderImageView) | ||||
| 
 | ||||
|             accountAvatarImageView.setOnClickListener { avatarView -> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue