From 5b57b35d16604b88c5fe792e958faf08a006d473 Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Wed, 5 Jul 2023 15:23:50 -0300 Subject: [PATCH] remove test id from mediaAutoDownloadView --- .../MediaAutoDownloadView/ListPicker.tsx | 3 --- app/views/MediaAutoDownloadView/index.tsx | 25 ++++--------------- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/app/views/MediaAutoDownloadView/ListPicker.tsx b/app/views/MediaAutoDownloadView/ListPicker.tsx index 53de97712..e087c0827 100644 --- a/app/views/MediaAutoDownloadView/ListPicker.tsx +++ b/app/views/MediaAutoDownloadView/ListPicker.tsx @@ -38,11 +38,9 @@ interface IBaseParams { const ListPicker = ({ value, title, - testID, onChangeValue }: { title: string; - testID: string; } & IBaseParams) => { const { showActionSheet, hideActionSheet } = useActionSheet(); const { colors } = useTheme(); @@ -61,7 +59,6 @@ const ListPicker = ({ return ( showActionSheet({ options: getOptions() })} right={() => ( diff --git a/app/views/MediaAutoDownloadView/index.tsx b/app/views/MediaAutoDownloadView/index.tsx index 735c30981..9ea3befab 100644 --- a/app/views/MediaAutoDownloadView/index.tsx +++ b/app/views/MediaAutoDownloadView/index.tsx @@ -32,30 +32,15 @@ const MediaAutoDownload = () => { }, [navigation]); return ( - + - + - + - + - +