mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Refactor wallet-related modules
This commit is contained in:
@@ -97,7 +97,7 @@ final class BotCheckoutNativeCardEntryController: 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