diff --git a/components/settings/HomeIndex.tsx b/components/settings/HomeIndex.tsx index 2949eaa3..4915c3b9 100644 --- a/components/settings/HomeIndex.tsx +++ b/components/settings/HomeIndex.tsx @@ -36,6 +36,7 @@ import { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { useTranslation } from "react-i18next"; import { ActivityIndicator, + Platform, RefreshControl, ScrollView, TouchableOpacity, @@ -87,6 +88,12 @@ export const HomeIndex = () => { const { downloadedFiles, cleanCacheDirectory } = useDownload(); useEffect(() => { + if (Platform.isTV) { + navigation.setOptions({ + headerLeft: () => null, + }); + return; + } const hasDownloads = downloadedFiles && downloadedFiles.length > 0; navigation.setOptions({ headerLeft: () => (