mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
feat: finish playback speed stuff
This commit is contained in:
@@ -55,7 +55,7 @@ export const PlaybackSpeedSelector = () => {
|
||||
}}
|
||||
>
|
||||
<Text>{speed}</Text>
|
||||
{speed === currentSpeed.value && (
|
||||
{speed === currentSpeed && (
|
||||
<MaterialCommunityIcons
|
||||
name="check-circle"
|
||||
size={24}
|
||||
|
Reference in New Issue
Block a user