android: Select default output device based on callIntent

Add comments on existing code
Extracted a specific android controller for isolation and better testing

lint fixes

Fix device update logic and more tests

better typescript
This commit is contained in:
Valere
2026-03-12 19:00:09 +01:00
parent 748c8e6d0d
commit 4be2bc7560
5 changed files with 1073 additions and 36 deletions

View File

@@ -67,6 +67,6 @@ Initializer.initBeforeReact()
);
})
.catch((e) => {
logger.error("Failed to initialize app", e);
logger.error(`Failed to initialize app ${e.message}`, e);
root.render(e.message);
});