Various fixes

This commit is contained in:
Ilya Laktyushin
2022-09-06 15:51:56 +02:00
parent 40908ce9b4
commit 4316b417e5
10 changed files with 155 additions and 33 deletions

View File

@@ -1107,7 +1107,7 @@ public func privacyAndSecurityController(context: AccountContext, initialSetting
}
navigationController.setViewControllers(controllers, animated: true)
Queue.mainQueue().after(0.1, {
Queue.mainQueue().after(0.5, {
navigationController.presentOverlay(controller: UndoOverlayController(presentationData: presentationData, content: .emoji(name: "IntroLetter", text: presentationData.strings.Login_EmailChanged), elevatedLayout: false, animateInAsReplacement: false, action: { _ in
return false
}))