From 1b55784839caf587b3683d1e03ae759c66d8c6d3 Mon Sep 17 00:00:00 2001 From: zaednasr <75589932+zaednasr@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:32:35 +0100 Subject: [PATCH] - Errored downloads sometimes had no title if it was quick downloaded. Showed url instead - Fixed logs not being highlightable - Fixed app crashing when moving to landscape when having download card on - When you queue multiple downloads check if there is playlist title. If not make a pseudo one with indexes so that playlist index works - Fixed app crashing if you pressed download before data is loaded - Fixed app going to main activity when using rvx - Fixed errored downloads log button crashing the app --- .../main/res/navigation/share_nav_graph.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/src/main/res/navigation/share_nav_graph.xml diff --git a/app/src/main/res/navigation/share_nav_graph.xml b/app/src/main/res/navigation/share_nav_graph.xml new file mode 100644 index 00000000..d498625f --- /dev/null +++ b/app/src/main/res/navigation/share_nav_graph.xml @@ -0,0 +1,24 @@ + + + + + + + + + + \ No newline at end of file