tweak list.section
This commit is contained in:
parent
2d2988aaad
commit
e0b86c0aa6
|
@ -35,7 +35,7 @@ const MediaAutoDownload = () => {
|
|||
<SafeAreaView testID='media-auto-download-view'>
|
||||
<StatusBar />
|
||||
<List.Container testID='media-auto-download-view-list'>
|
||||
<List.Separator />
|
||||
<List.Section>
|
||||
<ListPicker
|
||||
onChangeValue={setImagesPreference}
|
||||
value={imagesPreference}
|
||||
|
@ -56,7 +56,7 @@ const MediaAutoDownload = () => {
|
|||
title='Audio'
|
||||
testID='media-auto-download-view-audio'
|
||||
/>
|
||||
<List.Separator />
|
||||
</List.Section>
|
||||
</List.Container>
|
||||
</SafeAreaView>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue