mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 09:13:00 +00:00 
			
		
		
		
	Fix player queue/segments list buttons not focusable with DPAD
Now the in-player play queue and the segments list are closeable
This commit is contained in:
		@@ -3215,6 +3215,9 @@ public final class Player implements
 | 
			
		||||
                        binding.itemsListPanel.setTranslationY(
 | 
			
		||||
                                -binding.itemsListPanel.getHeight() * 5);
 | 
			
		||||
                    });
 | 
			
		||||
 | 
			
		||||
            // clear focus, otherwise a white rectangle remains on top of the player
 | 
			
		||||
            binding.itemsListClose.clearFocus();
 | 
			
		||||
            binding.playPauseButton.requestFocus();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -545,9 +545,7 @@
 | 
			
		||||
        <RelativeLayout
 | 
			
		||||
            android:id="@+id/itemsListControl"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="60dp"
 | 
			
		||||
            android:clickable="true"
 | 
			
		||||
            android:focusable="true">
 | 
			
		||||
            android:layout_height="60dp">
 | 
			
		||||
 | 
			
		||||
            <androidx.appcompat.widget.AppCompatTextView
 | 
			
		||||
                android:id="@+id/itemsListHeaderTitle"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user