Make the button icon change
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -38,6 +38,7 @@ export const VideoTile = forwardRef(
|
||||
mediaRef,
|
||||
onOptionsPress,
|
||||
showOptions,
|
||||
localVolume,
|
||||
...rest
|
||||
},
|
||||
ref
|
||||
@@ -86,7 +87,7 @@ export const VideoTile = forwardRef(
|
||||
styles.audioButton
|
||||
)}
|
||||
>
|
||||
<AudioButton onPress={onOptionsPress} />
|
||||
<AudioButton volume={localVolume} onPress={onOptionsPress} />
|
||||
</div>
|
||||
)}
|
||||
<video ref={mediaRef} playsInline disablePictureInPicture />
|
||||
|
||||
Reference in New Issue
Block a user