Confirmed users
65
edits
| Line 20: | Line 20: | ||
bool enabled = sm.speakerforced; | bool enabled = sm.speakerforced; | ||
// Refresh UI | // Refresh UI | ||
return; | |||
} | } | ||
if (sm.speakerforced) { | if (sm.speakerforced) { | ||
| Line 26: | Line 27: | ||
sm.forcespeaker = true; | sm.forcespeaker = true; | ||
} | } | ||
== Use cases == | == Use cases == | ||
*Listen to FM Radio and want to output sounds to speaker audio path. | *Listen to FM Radio and want to output sounds to speaker audio path. | ||