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 1 month ago
parent
commit
b715b20caa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meetings_app/ViewController.swift

+ 1 - 1
meetings_app/ViewController.swift

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