fix(android): ensure rate is never set to 0 (#3593)
* fix(android): ensure rate is never set to 0 --------- Co-authored-by: Olivier Bouillet <olivier@OrdinateOlivier.lan>
This commit is contained in:
@@ -434,8 +434,8 @@ Default: 250.0
|
||||
|
||||
Speed at which the media should play.
|
||||
|
||||
- **0.0** - Pauses the video
|
||||
- **1.0** - Play at normal speed
|
||||
- **0.0** - Pauses the video (iOS only)
|
||||
- **1.0** - Play at normal speed (default)
|
||||
- **Other values** - Slow down or speed up playback
|
||||
|
||||
### `repeat`
|
||||
|
Reference in New Issue
Block a user