summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-05-12 13:45:57 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-05-12 13:45:57 +0200
commitaa7fdb0554957c52faf2e5135770573be6c9d778 (patch)
tree86b9f4cfc6a1bc08de94d5363f287deb48e68ec3
parent68f4a0e07ac47d915475f585537ca70609663f45 (diff)
parent886118305e3a1392e9a118e24f4d31381980c098 (diff)
downloadmullvadvpn-aa7fdb0554957c52faf2e5135770573be6c9d778.tar.xz
mullvadvpn-aa7fdb0554957c52faf2e5135770573be6c9d778.zip
Merge branch 'fix-rebase-artifacts-ios'
-rw-r--r--ios/MullvadVPN/AppDelegate.swift8
1 files changed, 0 insertions, 8 deletions
diff --git a/ios/MullvadVPN/AppDelegate.swift b/ios/MullvadVPN/AppDelegate.swift
index 749cfb749e..81dd1fea2f 100644
--- a/ios/MullvadVPN/AppDelegate.swift
+++ b/ios/MullvadVPN/AppDelegate.swift
@@ -344,14 +344,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
rootContainer?.showSettings(navigateTo: .account, animated: true)
}
- private func startPaymentQueueHandling() {
- let paymentManager = AppStorePaymentManager.shared
- paymentManager.delegate = self
- paymentManager.startPaymentQueueMonitoring()
-
- Account.shared.startPaymentMonitoring(with: paymentManager)
- }
-
private func showSplitViewMaster(_ show: Bool, animated: Bool) {
if show {
splitViewController?.preferredDisplayMode = .allVisible