Business fixes

This commit is contained in:
Isaac
2024-03-05 15:32:59 +04:00
parent ae998eb91e
commit 7966993955
26 changed files with 503 additions and 105 deletions

View File

@@ -3617,6 +3617,10 @@ public final class PremiumIntroScreen: ViewControllerComponentContainer {
}
navigationController.pushViewController(peerSelectionController)
}
if case .business = mode {
context.account.viewTracker.keepQuickRepliesApproximatelyUpdated()
}
}
required public init(coder aDecoder: NSCoder) {