mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Add landscape layout for manga info. Fix portrait layout image paddings when the tab layout was expanded
This commit is contained in:
		| @@ -158,11 +158,13 @@ class MangaInfoController : NucleusController<MangaInfoPresenter>(), | ||||
|                         .centerCrop() | ||||
|                         .into(manga_cover) | ||||
|  | ||||
|                 Glide.with(context) | ||||
|                         .load(manga) | ||||
|                         .diskCacheStrategy(DiskCacheStrategy.RESULT) | ||||
|                         .centerCrop() | ||||
|                         .into(backdrop) | ||||
|                 if (backdrop != null) { | ||||
|                     Glide.with(context) | ||||
|                             .load(manga) | ||||
|                             .diskCacheStrategy(DiskCacheStrategy.RESULT) | ||||
|                             .centerCrop() | ||||
|                             .into(backdrop) | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user