Import: Use the refactored function for Open-in
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
dda43a0780
commit
95a451f4e1
|
@ -35,7 +35,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||||
os_log("Failed to remove item from Inbox: %{public}@", log: OSLog.default, type: .debug, url.absoluteString)
|
os_log("Failed to remove item from Inbox: %{public}@", log: OSLog.default, type: .debug, url.absoluteString)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mainVC?.openForEditing(configFileURL: url)
|
mainVC?.tunnelsListVC?.importFromFile(url: url)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue