Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.ReactNative
Commits
9bea72fa
Unverified
Commit
9bea72fa
authored
Mar 11, 2020
by
Diego Mello
Committed by
GitHub
Mar 11, 2020
Browse files
[FIX][iOS] Ignore silent mode on audio player (#1862)
parent
cb9cf527
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/containers/message/Audio.js
View file @
9bea72fa
...
...
@@ -181,6 +181,7 @@ class Audio extends React.Component {
onEnd
=
{
this
.
onEnd
}
paused
=
{
paused
}
repeat
=
{
false
}
ignoreSilentSwitch
=
'
ignore
'
/>
<
Button
paused
=
{
paused
}
onPress
=
{
this
.
togglePlayPause
}
theme
=
{
theme
}
/
>
<
Slider
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment