Revert "Update to the maintenance branches of the submodules"

This reverts commit e672f6c5ac.
This commit is contained in:
Maurice Parker
2020-07-28 18:13:35 -05:00
parent 16081b37f9
commit 18fd984246
6 changed files with 6 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ class OpenInSafariActivity: UIActivity {
}
override func perform() {
guard let url = activityItems?.first(where: { $0 is URL }) as? URL else {
guard let url = activityItems?.firstElementPassingTest({ $0 is URL }) as? URL else {
activityDidFinish(false)
return
}