This commit is contained in:
sarendsen
2025-01-06 15:10:59 +01:00
parent 8bc360d554
commit 373d4ca3b1
3 changed files with 1 additions and 5 deletions

View File

@@ -69,9 +69,8 @@ export default function index() {
const insets = useSafeAreaInsets();
const { downloadedFiles, cleanCacheDirectory } = useDownload();
if (!Platform.isTV) {
const { downloadedFiles, cleanCacheDirectory } = useDownload();
useEffect(() => {
const hasDownloads = downloadedFiles && downloadedFiles.length > 0;
navigation.setOptions({