Commit ff1b476
authored
Fix old audio engine mute button showing when
When `useCustomUnlockedButton` is set to `true` on the old audio engine,
it is still getting shown when the audio engine V2 implementation is
initialized and it's state gets immediately set to `suspended`.
This change fixes the issue by checking the mute button's `enabled` flag
before showing it.useCustomUnlockedButton is set (#17363)1 parent dc5301a commit ff1b476
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments