aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/AppDelegate.swift
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-03-31 22:00:12 -0600
committerIván Ávalos <avalos@disroot.org>2022-03-31 22:00:12 -0600
commitd95742dd9f80506a0d773cbba7bc6a4508de1964 (patch)
tree86c6f8b50d3221d0b825e786aa36753ee0386646 /iosApp/iosApp/AppDelegate.swift
parent620cd5b1e2782adfd57660017878013f2fb896bd (diff)
downloadetbsa-trackermap-mobile-d95742dd9f80506a0d773cbba7bc6a4508de1964.tar.gz
etbsa-trackermap-mobile-d95742dd9f80506a0d773cbba7bc6a4508de1964.tar.bz2
etbsa-trackermap-mobile-d95742dd9f80506a0d773cbba7bc6a4508de1964.zip
Added support for sharing and saving reports
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
}