Skip to content

Commit

Permalink
Revert "try to support openpgp4fpr links in webxdc"
Browse files Browse the repository at this point in the history
This reverts commit e6dc3c9.
  • Loading branch information
adbenitez committed Apr 25, 2024
1 parent e6dc3c9 commit acc6e5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deltachat-ios/Controller/WebxdcViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,6 @@ class WebxdcViewController: WebViewViewController {
openChatFor(url: url)
decisionHandler(.cancel)
return
} else if url.scheme.lowercased() == "openpgp4fpr" {
UIApplication.shared.open(url)
decisionHandler(.cancel)
return
} else if url.scheme != INTERNALSCHEMA {
decisionHandler(.cancel)
return
Expand Down

0 comments on commit acc6e5d

Please sign in to comment.