Browse Source

Open paywall from premium sidebar action.

Route premium sidebar clicks to the paywall upgrade/manage surface so Manage Subscription and Restore Purchase remain available in the paywall footer.

Made-with: Cursor
huzaifahayat12 3 tháng trước cách đây
mục cha
commit
b715b20caa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      meetings_app/ViewController.swift

+ 1 - 1
meetings_app/ViewController.swift

@@ -551,7 +551,7 @@ private extension ViewController {
 
     @objc private func premiumButtonClicked(_ sender: NSClickGestureRecognizer) {
         if storeKitCoordinator.hasPremiumAccess {
-            openManageSubscriptions()
+            showPaywall(upgradeFlow: true, preferredPlan: .lifetime)
         } else {
             showPaywall()
         }