| 2ca8d710 | 24-Sep-2020 |
Stanisław Chmiela <[email protected]> |
[ncl] Fix volume slider making app unresponsive (#10221)
# Why
Sliding volume slider makes app unresponsive. Slider is of 0 width. There's a TS error with `isMuted` being `undefined`.
# How
[ncl] Fix volume slider making app unresponsive (#10221)
# Why
Sliding volume slider makes app unresponsive. Slider is of 0 width. There's a TS error with `isMuted` being `undefined`.
# How
- spanned volume slider with `flex: 1`
- added `setVolumeAsync` method to `AudioPlayer`
- added `isMuted` to `AudioPlayer`'s state
# Test Plan
I have manually verified it works as expected.
show more ...
|