This commit is contained in:
Fredrik Burmester
2024-08-11 10:39:57 +02:00
parent 86dfcc6b7f
commit 6fb8a5fca2
5 changed files with 2 additions and 149 deletions

View File

@@ -15,7 +15,6 @@ import { useAtom } from "jotai";
import { runningProcesses } from "@/utils/atoms/downloads";
import { router } from "expo-router";
import { Ionicons } from "@expo/vector-icons";
import { FFmpegKit } from "ffmpeg-kit-react-native";
const downloads: React.FC = () => {
const { data: downloadedFiles, isLoading } = useQuery({
@@ -89,7 +88,6 @@ const downloads: React.FC = () => {
</View>
<TouchableOpacity
onPress={() => {
FFmpegKit.cancel();
setProcess(null);
}}
>