mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-09 17:00:32 +00:00
Merge pull request #4353 from opusforlife2/tap_behind_queue
Prevent tapping behind queue in main player
This commit is contained in:
commit
3a3ecc7775
@ -466,6 +466,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
|
||||
|
@ -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