Various fixes

This commit is contained in:
Ilya Laktyushin
2023-10-26 01:45:59 +04:00
parent 3f977ba513
commit fe7687b3da
9 changed files with 63 additions and 31 deletions

View File

@@ -905,11 +905,9 @@ func openResolvedUrlImpl(_ resolvedUrl: ResolvedUrl, context: AccountContext, ur
let controller = PremiumIntroScreen(context: context, source: .settings, forceDark: forceDark, forceHasPremium: true)
navigationController?.pushViewController(controller)
if let controller = controller as? PremiumIntroScreen {
Queue.mainQueue().after(0.3, {
controller.animateSuccess()
})
}
Queue.mainQueue().after(0.3, {
controller.animateSuccess()
})
})
},
openPeer: { peer in