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
commit 3a3ecc7775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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