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