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