From 3d425c10ec494c8538c1e0550a7c67aa705b7cda Mon Sep 17 00:00:00 2001 From: Azuras03 Date: Sun, 17 Dec 2023 16:15:10 +0100 Subject: [PATCH 1/2] fix: audio player stuck when swipe up --- app/src/main/res/xml/audio_player_scene.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/xml/audio_player_scene.xml b/app/src/main/res/xml/audio_player_scene.xml index 7a6da1949..363661eac 100644 --- a/app/src/main/res/xml/audio_player_scene.xml +++ b/app/src/main/res/xml/audio_player_scene.xml @@ -14,12 +14,9 @@ motion:framePosition="90" motion:motionTarget="@+id/miniPlayerControls" /> - + From 2e56928b0bb4baf1104cffbdcdaac83f5a6ae902 Mon Sep 17 00:00:00 2001 From: Azuras03 Date: Sun, 17 Dec 2023 16:15:25 +0100 Subject: [PATCH 2/2] fix: added the correct duration of the transition for the audioplayer (500ms) --- app/src/main/res/xml/audio_player_scene.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/xml/audio_player_scene.xml b/app/src/main/res/xml/audio_player_scene.xml index 363661eac..aa73728c9 100644 --- a/app/src/main/res/xml/audio_player_scene.xml +++ b/app/src/main/res/xml/audio_player_scene.xml @@ -16,6 +16,7 @@