Various fixes

This commit is contained in:
Ilya Laktyushin
2022-09-05 03:35:37 +02:00
parent 8d11f8c700
commit 69009600a0
3 changed files with 14 additions and 4 deletions

View File

@@ -150,6 +150,7 @@ final class AuthorizationSequenceSignUpControllerNode: ASDisplayNode, UITextFiel
self.addPhotoButton.allowsGroupOpacity = true
self.proceedNode = SolidRoundedButtonNode(title: self.strings.Login_Continue, theme: SolidRoundedButtonTheme(theme: self.theme), height: 50.0, cornerRadius: 11.0, gloss: false)
self.proceedNode.progressType = .embedded
super.init()