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:
@@ -99,7 +99,7 @@ final class BotCheckoutInfoController: ViewController {
|
||||
switch status {
|
||||
case .verifying:
|
||||
if strongSelf.activityItem == nil {
|
||||
strongSelf.activityItem = UIBarButtonItem(customDisplayNode: ProgressNavigationButtonNode(theme: strongSelf.presentationData.theme))
|
||||
strongSelf.activityItem = UIBarButtonItem(customDisplayNode: ProgressNavigationButtonNode(color: strongSelf.presentationData.theme.rootController.navigationBar.controlColor))
|
||||
strongSelf.navigationItem.setRightBarButton(strongSelf.activityItem, animated: false)
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user