mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Use smallest width instead of width for alt layouts
This commit is contained in:
		@@ -271,8 +271,8 @@ fun Context.createFileInCacheDir(name: String): File {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * We consider anything with a width of >= 720dp as a tablet, i.e. with layouts in layout-w720dp.
 | 
			
		||||
 * We consider anything with a width of >= 720dp as a tablet, i.e. with layouts in layout-sw720dp.
 | 
			
		||||
 */
 | 
			
		||||
fun Context.isTablet(): Boolean {
 | 
			
		||||
    return (resources.displayMetrics.widthPixels / resources.displayMetrics.density) >= 720
 | 
			
		||||
    return resources.configuration.smallestScreenWidthDp >= 720
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user