mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix content focusiblity issues when using remote/controllers (closes #3766)
This commit is contained in:
		@@ -28,7 +28,6 @@
 | 
			
		||||
            android:layout_marginStart="16dp"
 | 
			
		||||
            android:layout_marginEnd="16dp"
 | 
			
		||||
            android:clipToPadding="false"
 | 
			
		||||
            android:descendantFocusability="blocksDescendants"
 | 
			
		||||
            android:paddingBottom="@dimen/fab_list_padding"
 | 
			
		||||
            tools:listitem="@layout/chapters_item" />
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,6 @@
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="match_parent"
 | 
			
		||||
            android:clipToPadding="false"
 | 
			
		||||
            android:descendantFocusability="blocksDescendants"
 | 
			
		||||
            android:paddingBottom="@dimen/action_toolbar_list_padding"
 | 
			
		||||
            tools:listitem="@layout/updates_item" />
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user