1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-22 19:07:39 +00:00

Merge pull request #4353 from opusforlife2/tap_behind_queue

Prevent tapping behind queue in main player
This commit is contained in:
Tobias Groza
2020-09-30 15:04:35 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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