mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
first version of a really buggy and ugly caption selector and renderer
This commit is contained in:
@@ -21,7 +21,7 @@ export const ProgressBar = () => {
|
||||
if (status?.isLoaded) {
|
||||
return (
|
||||
<TouchableOpacity
|
||||
className="flex h-10 flex-1 items-center justify-center p-8"
|
||||
className="flex flex-1 items-center justify-center pb-12 pt-6"
|
||||
onPress={() => setIsIdle(false)}
|
||||
>
|
||||
<VideoSlider onSlidingComplete={updateProgress} />
|
||||
|
Reference in New Issue
Block a user