mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactor wallet-related modules
This commit is contained in:
@@ -122,7 +122,7 @@ public class SetupTwoStepVerificationController: ViewController {
|
||||
case .none:
|
||||
item = nil
|
||||
case .activity:
|
||||
item = UIBarButtonItem(customDisplayNode: ProgressNavigationButtonNode(theme: strongSelf.presentationData.theme))
|
||||
item = UIBarButtonItem(customDisplayNode: ProgressNavigationButtonNode(color: strongSelf.presentationData.theme.rootController.navigationBar.controlColor))
|
||||
case let .button(title, _):
|
||||
item = UIBarButtonItem(title: title, style: .done, target: strongSelf, action: #selector(strongSelf.nextPressed))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user