This commit is contained in:
Fredrik Burmester
2024-08-18 11:33:26 +02:00
parent 65ac147441
commit 83a09ad74a
6 changed files with 6939 additions and 3311 deletions

View File

@@ -6,7 +6,6 @@ import { clearLogs, readFromLog } from "@/utils/log";
import { useQuery } from "@tanstack/react-query";
import { useAtom } from "jotai";
import { ScrollView, View } from "react-native";
import * as Haptics from "expo-haptics";
import { SettingToggles } from "@/components/settings/SettingToggles";
export default function settings() {
@@ -41,9 +40,6 @@ export default function settings() {
color="red"
onPress={async () => {
await clearLogs();
Haptics.notificationAsync(
Haptics.NotificationFeedbackType.Success
);
}}
>
Delete all logs