mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-10 17:30:31 +00:00
Prevent tapping behind queue in main player
(I have no idea what I just did. Shhh! Don't tell anyone. 🤫 )
This commit is contained in:
parent
b68f015825
commit
54e9858148
@ -462,6 +462,8 @@
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:id="@+id/playQueueControl">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
Loading…
Reference in New Issue
Block a user