From 646b5ed25eb5143559ae4d2d34386b8e59e8baea Mon Sep 17 00:00:00 2001 From: Anubhav Kakkar Date: Fri, 1 Sep 2023 18:27:15 +0530 Subject: [PATCH] Modify to launch output switcher from the volume screen if that is available. (#1640) --- .idea/kotlinc.xml | 2 +- .../horologist/audio/OutputSwitcher.kt | 68 +++++++++++++++++++ .../horologist/audio/SystemAudioRepository.kt | 5 +- 3 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 media/audio/src/main/java/com/google/android/horologist/audio/OutputSwitcher.kt diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 951989e5d2..5892dfeff5 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -4,6 +4,6 @@