mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
woops
This commit is contained in:
@@ -56,14 +56,14 @@ export const AudioTrackSelector = () => {
|
|||||||
type="secondary"
|
type="secondary"
|
||||||
icon={
|
icon={
|
||||||
<MaterialCommunityIcons
|
<MaterialCommunityIcons
|
||||||
name="subtitles"
|
name="volume-high"
|
||||||
size={24}
|
size={24}
|
||||||
color={theme.buttonSecondaryText.val}
|
color={theme.buttonSecondaryText.val}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
onPress={() => setOpen(true)}
|
onPress={() => setOpen(true)}
|
||||||
>
|
>
|
||||||
Subtitles
|
Audio
|
||||||
</MWButton>
|
</MWButton>
|
||||||
</Controls>
|
</Controls>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user