prettier
This commit is contained in:
@@ -160,7 +160,11 @@ function VideoControls({
|
|||||||
|
|
||||||
<ControlButton
|
<ControlButton
|
||||||
onPress={toggleMuted}
|
onPress={toggleMuted}
|
||||||
label={muted ? _(msg({message: `Unmute`, context: 'video'})) : _(msg({message: `Mute`, context: 'video'}))}
|
label={
|
||||||
|
muted
|
||||||
|
? _(msg({message: `Unmute`, context: 'video'}))
|
||||||
|
: _(msg({message: `Mute`, context: 'video'}))
|
||||||
|
}
|
||||||
accessibilityHint={_(msg`Tap to toggle sound`)}
|
accessibilityHint={_(msg`Tap to toggle sound`)}
|
||||||
style={{right: 6}}>
|
style={{right: 6}}>
|
||||||
{muted ? (
|
{muted ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user