Fix indent and respect previous rate
This commit is contained in:
parent
461209f344
commit
ed335f3b02
@ -870,7 +870,7 @@ static int const RCTVideoUnset = -1;
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (@available(iOS 10.0, *) && !_automaticallyWaitsToMinimizeStalling) {
|
if (@available(iOS 10.0, *) && !_automaticallyWaitsToMinimizeStalling) {
|
||||||
[_player playImmediatelyAtRate:1.0];
|
[_player playImmediatelyAtRate:_rate];
|
||||||
} else {
|
} else {
|
||||||
[_player play];
|
[_player play];
|
||||||
[_player setRate:_rate];
|
[_player setRate:_rate];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user