aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/AppDelegate.swift
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-04-01 21:05:53 -0600
committerIván Ávalos <avalos@disroot.org>2022-04-01 21:05:53 -0600
commit48f661382a6c57e00bcd1908ce497116c557c2de (patch)
tree61bc3966f52f03ecc23bd99092d289c33560d249 /iosApp/iosApp/AppDelegate.swift
parent20068c7e0d20740506ca268b34c2e520385af385 (diff)
parentd95742dd9f80506a0d773cbba7bc6a4508de1964 (diff)
downloadetbsa-trackermap-mobile-48f661382a6c57e00bcd1908ce497116c557c2de.tar.gz
etbsa-trackermap-mobile-48f661382a6c57e00bcd1908ce497116c557c2de.tar.bz2
etbsa-trackermap-mobile-48f661382a6c57e00bcd1908ce497116c557c2de.zip
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Diffstat (limited to 'iosApp/iosApp/AppDelegate.swift')
-rw-r--r--iosApp/iosApp/AppDelegate.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/iosApp/iosApp/AppDelegate.swift b/iosApp/iosApp/AppDelegate.swift
index 72e3e92..22d4f75 100644
--- a/iosApp/iosApp/AppDelegate.swift
+++ b/iosApp/iosApp/AppDelegate.swift
@@ -32,6 +32,8 @@ class AppDelegate: NSObject, UIApplicationDelegate {
application.registerForRemoteNotifications()
+ Utils.createReportTmpDirectory()
+ Utils.clearReportTmpDirectory()
return true
}