We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc34add commit 549b7b7Copy full SHA for 549b7b7
frontend/src/App.tsx
@@ -49,7 +49,7 @@ function App() {
49
if (system.switch) {
50
51
// If user is not switching the page, send control to CarPlay
52
- if (event.code !== system.switch) {
+ if (event.code !== system.switch && system.view === 'Carplay') {
53
if (Object.values(mmi!.bindings).includes(event.code)) {
54
const action = Object.keys(mmi!.bindings).find(key =>
55
mmi!.bindings[key] === event.code
0 commit comments