File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -598,7 +598,6 @@ export default function RecentlyPlayed({
598598 < ScrollView
599599 ref = { scrollViewRef }
600600 style = { styles . scrollView }
601- showsVerticalScrollIndicator = { false }
602601 bounces = { true }
603602 onScroll = { handleScroll }
604603 scrollEventThrottle = { 400 }
Original file line number Diff line number Diff line change @@ -229,10 +229,7 @@ export default function ArchivedShowView() {
229229 style = { styles . gradient }
230230 >
231231 < SafeAreaView style = { [ styles . safeArea , { paddingTop : headerHeight } ] } >
232- < ScrollView
233- style = { styles . scrollView }
234- showsVerticalScrollIndicator = { false }
235- >
232+ < ScrollView style = { styles . scrollView } >
236233 < ShowImage showName = { show . name } archiveDate = { archive . date } />
237234
238235 { /* Playback Controls */ }
Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ export default function SchedulePage() {
343343 < ScrollView
344344 ref = { scrollViewRef }
345345 style = { styles . scrollView }
346- showsVerticalScrollIndicator = { false }
347346 refreshControl = {
348347 < RefreshControl refreshing = { refreshing } onRefresh = { onRefresh } />
349348 }
Original file line number Diff line number Diff line change @@ -297,10 +297,7 @@ export default function ShowDetailsPage() {
297297 style = { styles . gradient }
298298 >
299299 < SafeAreaView style = { [ styles . safeArea , { paddingTop : headerHeight } ] } >
300- < ScrollView
301- style = { styles . scrollView }
302- showsVerticalScrollIndicator = { false }
303- >
300+ < ScrollView style = { styles . scrollView } >
304301 < ShowImage showName = { show . name } />
305302
306303 { /* Show Info */ }
You can’t perform that action at this time.
0 commit comments