[Video] Additional android fixes (#5373)
* rm unused code * bump lib * invert bool
This commit is contained in:
parent
b69fd23456
commit
0414b95c58
4 changed files with 7 additions and 16 deletions
|
@ -44,7 +44,7 @@ export function VideoPreview({
|
|||
]}>
|
||||
<BlueskyVideoView
|
||||
url={video.uri}
|
||||
autoplay={autoplayDisabled}
|
||||
autoplay={!autoplayDisabled}
|
||||
beginMuted={true}
|
||||
forceTakeover={true}
|
||||
ref={playerRef}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue