mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Use existing paddings when allocating space for source RecyclerView for FAB (fixes #2917)
This commit is contained in:
		| @@ -202,9 +202,9 @@ open class BrowseSourceController(bundle: Bundle) : | ||||
|         if (filterSheet != null) { | ||||
|             // Add bottom padding if filter FAB is visible | ||||
|             recycler.setPadding( | ||||
|                 0, | ||||
|                 0, | ||||
|                 0, | ||||
|                 recycler.paddingLeft, | ||||
|                 recycler.paddingTop, | ||||
|                 recycler.paddingRight, | ||||
|                 view.resources.getDimensionPixelOffset(R.dimen.fab_list_padding) | ||||
|             ) | ||||
|             recycler.clipToPadding = false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user