mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Chat Import
This commit is contained in:
@@ -50,7 +50,7 @@ final class EditAccessoryPanelNode: AccessoryPanelNode {
|
||||
strongSelf.statusNode.transitionToState(.none, completion: {})
|
||||
} else {
|
||||
strongSelf.activityIndicator.isHidden = true
|
||||
strongSelf.statusNode.transitionToState(.progress(color: strongSelf.theme.chat.inputPanel.panelControlAccentColor, lineWidth: nil, value: CGFloat(value), cancelEnabled: false), completion: {})
|
||||
strongSelf.statusNode.transitionToState(.progress(color: strongSelf.theme.chat.inputPanel.panelControlAccentColor, lineWidth: nil, value: CGFloat(value), cancelEnabled: false, animateRotation: true), completion: {})
|
||||
}
|
||||
} else {
|
||||
strongSelf.activityIndicator.isHidden = true
|
||||
|
||||
Reference in New Issue
Block a user