From 54e985814850c6717be136fcda2f62724ee86e5b Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Tue, 29 Sep 2020 18:57:49 +0000 Subject: [PATCH 1/2] Prevent tapping behind queue in main player MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (I have no idea what I just did. Shhh! Don't tell anyone. 🤫 ) --- app/src/main/res/layout/player.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/player.xml b/app/src/main/res/layout/player.xml index 49f334cda..1a819d655 100644 --- a/app/src/main/res/layout/player.xml +++ b/app/src/main/res/layout/player.xml @@ -462,6 +462,8 @@ Date: Wed, 30 Sep 2020 02:17:04 +0530 Subject: [PATCH 2/2] Do the same for tablet layout. Signed-off-by: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> --- app/src/main/res/layout-large-land/player.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout-large-land/player.xml b/app/src/main/res/layout-large-land/player.xml index a28db61a1..7e27765a0 100644 --- a/app/src/main/res/layout-large-land/player.xml +++ b/app/src/main/res/layout-large-land/player.xml @@ -466,6 +466,8 @@