[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
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}