[Video] Additional android fixes (#5373)

* rm unused code

* bump lib

* invert bool
This commit is contained in:
Hailey 2024-09-16 22:04:59 -07:00 committed by GitHub
parent b69fd23456
commit 0414b95c58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 16 deletions

View file

@ -44,7 +44,7 @@ export function VideoPreview({
]}>
<BlueskyVideoView
url={video.uri}
autoplay={autoplayDisabled}
autoplay={!autoplayDisabled}
beginMuted={true}
forceTakeover={true}
ref={playerRef}