1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +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:
opusforlife2 2020-09-29 18:57:49 +00:00 committed by GitHub
parent b68f015825
commit 54e9858148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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